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:setupRAILS_ENV=test bundle exec rake db:test:preparebundle exec rspec spec