Running Tests

  • Setup your testing database RAILS_ENV=test bundle exec rake db:setup
  • Prepare your database for tests RAILS_ENV=test bundle exec rake db:test:prepare
  • Run RSpec testsuite bundle exec rspec spec
Last Updated: 3/4/2019, 1:03:37 PM