aboutsummaryrefslogtreecommitdiffstats
path: root/bin/rails
blob: 0bf61b1bb948d83a64998d7e46abe04d5cf4a15a (plain) (blame)
1
2
3
4
5
#!/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/bin/rails',  __FILE__)