New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rspec-manumit

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rspec-manumit

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

RSpec Manumit

A small gem with some utilities to unlease Capybara, RSpec and some other cool testing gems from the world of Ruby to the rest of the world.

Usage

Add to Gemfile:

gem 'rspec-manumit', git: 'https://github.com/paresharma/rspec-manumit.git'

Then, run bundle install.

Create Rakefile (if not already created) to the project root.

Add the following to the Rakefile (if it was already not added, like it would have in a rack application):

require 'bundler'
Bundler.require

Then, run rake rspec:manumit:init. This will create .rspec file and spec/ directory. Spec directory has a sample feature test (spec/features/hompage_spec.rb)

Capybara requires a running server to run the tests, the test server endpoint can be coded to spec/manumit_helper.rb file, or can be pass as a command line argument.

$ APP_HOST=http://localhost:8080 bundle exec rspec

License

This project rocks and uses MIT-LICENSE.

FAQs

Package last updated on 17 Oct 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc