Skip to content

Commit

Permalink
Fix for renamed bus
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwynne committed May 17, 2016
1 parent 7be2dac commit c6037fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/cucumber/configuration.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require 'cucumber/constantize'
require 'cucumber/cli/rerun_file'
require 'cucumber/events'
require 'cucumber/core/event_bus'
require 'forwardable'
require 'cucumber/core/gherkin/tag_expression'
require 'cucumber'
Expand Down Expand Up @@ -242,7 +243,7 @@ def default_options
:snippets => true,
:source => true,
:duration => true,
:event_bus => Core::Events::Bus.new(Core::Events.registry.merge(Cucumber::Events.registry))
:event_bus => Core::EventBus.new(Core::Events.registry.merge(Cucumber::Events.registry))
}
end

Expand Down

0 comments on commit c6037fd

Please sign in to comment.