Run specs from the gem root

This commit is contained in:
Erik Michaels-Ober 2012-03-12 14:46:10 -05:00
parent b47594a7f0
commit a1f7edd27a
1 changed files with 1 additions and 1 deletions

View File

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