blob: 0bf61b1bb948d83a64998d7e46abe04d5cf4a15a (
plain) (
tree)
|
|
#!/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__)
|