There was an error while loading. Please reload this page.
Running tests can be as simple as running
bundle exec rake spec
However, there are a few useful options to be aware of.
HEADLESS=true bundle exec rake spec
bundle exec rspec spec/models/entities
gem install zeus zeus start
Then in another console, run your tests:
zeus rspec spec/models/entities zeus rake spec