impressionist/tests
josephMG fde9d042fb Add belongs_to optional true to setup_association 2018-02-20 23:16:10 +08:00
..
spec Add belongs_to optional true to setup_association 2018-02-20 23:16:10 +08:00
test_app Improve test name to be better english. 2017-06-01 21:30:10 -04:00
README updated readme 2013-07-13 02:53:34 +01:00

README

Impressionist uses MiniTest

tests/test_app still uses rspec. However it is going to be changed.

to run tests one shoud:
  * bundle install
  * rails g impressionist
  * rake db:migrate && rake db:test:prepare
  * rake      # runs both code base tests and rails tests
  * rake test # impressionist's tests
  * rake spec # rails test api