Development
February 16, 2022 ยท View on GitHub
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.
Testing
bundle exec rake cuketagger:test_everything will run all of the tests for the project. To run just the RSpec tests
or Cucumber tests specifically:
bundle exec rake cuketagger:run_rspec_testsorbundle exec rspec --pattern "testing/rspec/spec/**/*_spec.rb"bundle exec rake cuketagger:run_cucumber_testsorbundle exec cucumber
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/enkessler/cuketagger.
- 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.