Run rake instead of rake test

This commit is contained in:
beawesomeinstead 2011-07-21 15:48:20 +03:00
parent 1ab4e2d48c
commit d24ef454e0

View File

@ -1,4 +1,4 @@
script: "bundle exec rake test"
script: "bundle exec rake"
rvm:
- 1.8.7
- 1.9.2