diff options
Diffstat (limited to 'script/load-sample-data')
-rwxr-xr-x | script/load-sample-data | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/script/load-sample-data b/script/load-sample-data index e5f1be4cd..fc5cbeed1 100755 --- a/script/load-sample-data +++ b/script/load-sample-data @@ -5,8 +5,7 @@ # have a filesystem representation of their contents LOC=`dirname "$0"` - -rake --silent spec:db:fixtures:load +bundle exec rake --silent spec:db:fixtures:load "$LOC/runner" /dev/stdin <<END env = ENV["RAILS_ENV"] |