Run specs from the gem root
This commit is contained in:
parent
b47594a7f0
commit
a1f7edd27a
|
@ -3,4 +3,4 @@ env: "RAILS_ENV=test"
|
||||||
language: ruby
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
script: "cd test_app && bundle exec rake"
|
script: "cd ../ && bundle exec rake"
|
||||||
|
|
Loading…
Reference in New Issue