89458144be
Rake version 11.0 removed the `last_comment` method which is used by `rspec 2.14.x` which we use in this test app. |
||
---|---|---|
.. | ||
spec | ||
test_app | ||
README |
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