Run specs from within test_app

This commit is contained in:
Erik Michaels-Ober 2012-03-12 14:42:09 -05:00
parent 1170421090
commit b47594a7f0
1 changed files with 1 additions and 0 deletions

View File

@ -3,3 +3,4 @@ env: "RAILS_ENV=test"
language: ruby
rvm:
- 1.9.3
script: "cd test_app && bundle exec rake"