run bundle exec when running tests

This commit is contained in:
Scott Davis 2011-06-09 16:03:58 -04:00
parent 89869db09c
commit 7ff9ff15d0

View File

@ -4,3 +4,4 @@ rvm:
- jruby
- rbx
- ree
script: "bundle exec rake test"