Use the correct initial setup task

This commit is contained in:
Petko Bordjukov 2014-07-28 13:26:49 +03:00
parent 7cb954d9c7
commit e0aa54971c
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ rvm:
- 2.0.0
- 2.1.2
script:
- RAILS_ENV=test bundle exec rake --trace initial_setup spec
- RAILS_ENV=test bundle exec rake --trace bootstrap spec