2013-07-11 02:11:26 +00:00
|
|
|
Impressionist uses MiniTest
|
2013-07-13 01:53:34 +00:00
|
|
|
|
|
|
|
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
|