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
RAILS_ENV=test bundle exec rake db:setup
RAILS_ENV=test bundle exec rake db:test:prepare
bundle exec rspec spec