Added cov for robot

This commit is contained in:
Priit Tamboom 2014-10-06 13:49:09 +03:00
parent d82479485c
commit 6497f37f87
4 changed files with 16 additions and 1 deletions

View file

@ -29,5 +29,5 @@ echo "END_OF_RUBOCOP_RESULTS"
# run tests
echo "TEST_RESULTS"
RAILS_ENV=test bundle exec rake test
RAILS_ENV=test ROBOT=true bundle exec rake test
echo "END_OF_TEST_RESULTS"