impressionist/tests
Russell Osborne 90815302ea Add basic test to verify the positive context of filtering params 2017-06-01 20:54:17 -04:00
..
spec undo changes in test env that break travis builds 2017-05-10 15:27:44 -04:00
test_app Add basic test to verify the positive context of filtering params 2017-06-01 20:54:17 -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