- Configure or update ports to services in
development.rb. - Setup DB using
rails db:setup. Alternatively, use:
rails db:drop db:create db:migrate- Seed DB with
rails db:seed(first verify that your username has been added to the seed)
- PhantomJS:
npm install phantomjs -g
- Before running tests, make sure that the test database has been fully migrated:
bin/rails db:migrate RAILS_ENV=testTo execute the current tests, run:bundle exec rspec
To run the Javascript tests, execute: teaspoon