diff --git a/Rakefile b/Rakefile index 7d58d75530c..b993d6ec405 100644 --- a/Rakefile +++ b/Rakefile @@ -114,7 +114,7 @@ task :sandbox do require 'spree_core' Spree::SandboxGenerator.start ["--lib_name=spree", "--database=#{ENV['DB_NAME']}"] - Spree::InstallGenerator.start ["--auto-accept", "--skip-install-data"] + Spree::InstallGenerator.start ["--auto-accept", "--test_app", "--skip-install-data"] cmd = "bundle exec rake db:bootstrap AUTO_ACCEPT=true"; puts cmd; system cmd cmd = "bundle exec rake assets:precompile:nondigest"; puts cmd; system cmd