After checking out the repo, run bin/setup
to install dependencies. You can also run bin/console
for an
interactive prompt that will allow you to experiment. For environments that can't run shell scripts directly,
bundle install
and ruby bin/console
are analogous commands for the above steps.
bundle exec rake cuke_slicer:test_everything
will run all of the tests for the project. To run just the RSpec tests
or Cucumber tests specifically:
bundle exec rake cuke_slicer:run_rspec_tests
orbundle exec rspec --pattern "testing/rspec/spec/**/*_spec.rb"
bundle exec rake cuke_slicer:run_cucumber_tests
orbundle exec cucumber
Bug reports and pull requests are welcome on GitHub at https://github.com/enkessler/cuke_slicer.
- Fork it
- 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 new Pull Request
Be sure to update the CHANGELOG
to reflect your changes if they affect the outward behavior of the gem.