We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$ rake db:migrate RAILS_ENV=test
$ bundle exec rspec spec/
After running your test, if you want to verify your coverage:
$ open coverage/index.html
If you are using Ubuntu, you can verify the coverage with:
$ xdg-open coverage/index.html
You can either specify the formatting when using the rspec command:
rspec
$ rspec --format NyanCatFormatter
Check this page for more information.