impressionist/tests
M. Simon Borg 5ed366de82 use before_action for rails 5, maintain backwards compat. 2017-05-10 15:20:11 -04:00
..
spec splat args in SetupAssociation test 2017-05-10 08:49:15 -04:00
test_app use before_action for rails 5, maintain backwards compat. 2017-05-10 15:20:11 -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