Sha256: 49e72b22287c60f4bc8aca6f8f17db436969f01f55c7cbe5f0b3ff290cc459d0

Contents?: true

Size: 602 Bytes

Versions: 1

Compression:

Stored size: 602 Bytes

Contents

# 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`

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
applicants-0.11.0 README.markdown