Sha256: 48315edc09d713f93f8cbdab33118ac5cd706cd999a5790973cb526bea7c1dc4
Contents?: true
Size: 447 Bytes
Versions: 53
Compression:
Stored size: 447 Bytes
Contents
#!/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__) dummy_rails_path = File.expand_path('../../spec/dummy/script/rails', __FILE__) if File.exist?(dummy_rails_path) load dummy_rails_path else puts "Please first run 'rake refinery:testing:dummy_app' to create a dummy Refinery CMS application." end
Version data entries
53 entries across 39 versions & 6 rubygems