diff --git a/Rakefile b/Rakefile index 040b6d0b141..8925cf930df 100644 --- a/Rakefile +++ b/Rakefile @@ -98,5 +98,5 @@ desc "Creates a sandbox application for simulating the Spree code in a deployed task :sandbox do FileUtils.rm_r("sandbox") puts "Running Sandbox generator..." - exec("rails new sandbox -m sandbox.rb") + exec("rails new sandbox -m lib/sandbox.rb") end diff --git a/sandbox.rb b/lib/sandbox.rb similarity index 100% rename from sandbox.rb rename to lib/sandbox.rb