blob: 5267b23d6ca7c276466aa4c52ceb934ad62ed888 (
plain) (
blame)
| 1
2
3
4
5
6
7
 | unless defined?(APP_PATH)
  if File.exist?(File.expand_path("test/dummy/config/application.rb", ENGINE_ROOT))
    APP_PATH = File.expand_path("test/dummy/config/application", ENGINE_ROOT)
  end
end
require_relative "../commands"
 |