Added 'bundle exec' to cmd line

This commit is contained in:
Al Snow
2014-03-26 10:27:11 -04:00
parent 21b7de06f9
commit 77b6160be9
+1 -1
View File
@@ -1,5 +1,5 @@
language: ruby
rvm:
- "1.9.3"
before_script: rake db:setup
before_script: bundle exec rake db:setup
env: RAILSGOAT_MAINTAINER=true