impressionist/tests
Antonio C Nalesso Moreira 0e437313fd updated readme 2013-07-13 02:53:34 +01:00
..
spec added minitest tests, added 2 entities in order to handle compability between rails versions 2013-07-12 02:48:23 +01:00
test_app removed pending tests, added rspec tags 2013-07-13 02:49:07 +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