rspec-rails
https://github.com/rspec/rspec-rails
Ruby
RSpec for Rails 5+
ArubaExt#run_command_and_stop
No Docs, write some!
Edit
git clone git@github.com:rspec/rspec-rails.git
cd rspec-rails
open features/support/env.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-ArubaExt-run_command_and_stop-for-pr
# Commit to gitgit add features/support/env.rbgit commit -m "better docs for ArubaExt#run_command_and_stop"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-ArubaExt-run_command_and_stop-for-pr
hub pull-request
# Celebrate!