impressionist/tests
jgrau e94e8cf413
Use delete_all to remove impressions on a model
2017-05-10 22:17:32 +02:00
..
spec Fixed the failing case. 2015-04-22 11:08:10 +05:30
test_app Use delete_all to remove impressions on a model 2017-05-10 22:17:32 +02: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