impressionist/tests
Antonio C Nalesso Moreira d42819dd42 FIX #108, this is what happens when I should had gone to sleep :) 2013-09-02 02:23:52 +01:00
..
spec FIX #108, this is what happens when I should had gone to sleep :) 2013-09-02 02:23:52 +01:00
test_app FIX #103, changed constantize for safe_constantize 2013-08-31 00:28:20 +01: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