Applicants Engine

  • Requirements
    • Ruby 2.2.x
    • In addition to its Gem dependencies, Applicants also requires a Javascript runtime to compile assets (OSX has one by default - elsewhere you can simply install node.js)

Running tests

  • First copy over the example database config: cp spec/dummy/config/database.yml.example spec/dummy/config/database.yml
  • Then create and load the test database (from within the spec/dummy/ directory): RAILS_ENV=test bundle exec rake db:create db:schema:load
  • Then run the tests (from within the project root directory): bundle exec rspec spec