aboutsummaryrefslogtreecommitdiffstats
path: root/script
diff options
context:
space:
mode:
Diffstat (limited to 'script')
-rwxr-xr-xscript/rails4
1 files changed, 1 insertions, 3 deletions
diff --git a/script/rails b/script/rails
index 4309856..6315b3e 100755
--- a/script/rails
+++ b/script/rails
@@ -1,6 +1,4 @@
#!/usr/bin/env ruby
-#!/usr/bin/env ruby
-# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
ENGINE_PATH = File.expand_path('../..', __FILE__)
-load File.expand_path('../../spec/dummy/script/rails', __FILE__)
+load File.expand_path('../../spec/dummy/bin/rails', __FILE__)