Top Level Namespace

Defined Under Namespace

Modules: Rails, Resque, Rollbar, RollbarErrorContext, RollbarTest

Constant Summary collapse

APP_PATH =

Rails.root is not present here. RSpec needs ENV in order to have a valid path. Dir.pwd is used in normal operation.

File.expand_path(
  'config/application',
  (ENV['DUMMYAPP_PATH'] || Dir.pwd)
)