Skip to content

Commit

Permalink
Add APP_PATH to allow using Rails directly
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Feb 3, 2020
1 parent 9823994 commit c469962
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/rails
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

ENGINE_ROOT = File.expand_path('../..', __FILE__)
ENGINE_PATH = File.expand_path('../../lib/manageiq/ui/classic/engine', __FILE__)
APP_PATH = File.expand_path("../../spec/manageiq/config/application", __FILE__)

# Set up gems listed in the Gemfile.
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
Expand Down

0 comments on commit c469962

Please sign in to comment.