We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c207b7d commit ffcbf96Copy full SHA for ffcbf96
README.md
@@ -115,6 +115,7 @@ After checking out the repo;
115
1. Install [RVM](https://rvm.io/rvm/install) and install a supported ruby version (see .gemspec)
116
1. run `scripts/setup` to install dependencies
117
1. run `scripts/test` to run the tests
118
+ * Run a specific test with `bundle exec rspec -e "name of test example"`
119
1. You can also run `scripts/console` for an interactive prompt that will allow you to experiment.
120
121
To install this gem onto your local machine, run `bundle exec rake install`.
0 commit comments