spec/spec_helper.rb in dry-web-roda-0.1.0 vs spec/spec_helper.rb in dry-web-roda-0.2.0
- old
+ new
@@ -18,10 +18,10 @@
SPEC_ROOT = Pathname(__FILE__).dirname
Dir[SPEC_ROOT.join('support/*.rb').to_s].each { |f| require f }
Dir[SPEC_ROOT.join('shared/*.rb').to_s].each { |f| require f }
-require SPEC_ROOT.join('dummy/core/boot').to_s
+require SPEC_ROOT.join('dummy/component/boot').to_s
module Test; end
RSpec.configure do |config|
config.disable_monkey_patching!