You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
Ben Wong edited this page Nov 29, 2018
·
2 revisions
The automated test suite is implemented in rspec and run in travis-ci.
We are using travis-ci as our build tool as support for the
neo4j database wasn't complete for the heroku ci system and
not directly supported for circle.
The test suite uses rspec and capybara + chrome-headless .
It can be executed using bundle exec rspec in a rails_app
container so long as all associated services are running. See
the docker-compose.yml file for details.