Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 567 Bytes

README.md

File metadata and controls

42 lines (22 loc) · 567 Bytes

README

  • System dependencies

PhantomJS

  • How to run
$ cp .versions.conf.example .versions.conf

$ cd .

$ touch config/settings.local.yml

$ chmod +x bin/*

$ ./bin/setup

$ rails s -b 0.0.0.0 -p 3000
  • How to run test
$ RAILS_ENV=test rake db:environment:set && RAILS_ENV=test rake db:drop && RAILS_ENV=test rake db:create && RAILS_ENV=test rake db:schema:load

$ rspec # or guard

or

$ RAILS_ENV=test rake parallel:setup

$ rake parallel:spec