Rspec::StickySeed
TODO: Write a gem description
Installation
Add this line to your application's Gemfile:
gem 'rspec-sticky_seed'And then execute:
$ bundle
Or install it yourself as:
$ gem install rspec-sticky_seed
Usage
Include at the beginning of spec_helper.rb with
require 'rspec/sticky_seed'The seed will automatically be saved to and read from a file called .rspec-seed.
Contributing
- Fork it ( https://github.com/[my-github-username]/rspec-sticky_seed/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request