Skip to content

Commit

Permalink
Update spec helper to use system path.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcroome authored Sep 26, 2016
1 parent fda3db8 commit 6025e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Dir[SPEC_ROOT.join("support/*.rb").to_s].each(&method(:require))
Dir[SPEC_ROOT.join("shared/*.rb").to_s].each(&method(:require))

require SPEC_ROOT.join("../component/app_prototype/container")
require SPEC_ROOT.join("../system/app_prototype/container")

RSpec.configure do |config|
config.disable_monkey_patching!
Expand Down

0 comments on commit 6025e94

Please sign in to comment.