Class: Cucumber::Distrib::Leader::LocalEventBus

Inherits:
Core::EventBus
  • Object
show all
Defined in:
lib/cucumber/distrib/leader.rb

Overview

Special event bus, ignores gherkin_source_read and test_case_ready events.

Instance Method Summary collapse

Instance Method Details

#gherkin_source_readnil

Because of exception raised about this method not defined.

Returns:

  • (nil)


28
# File 'lib/cucumber/distrib/leader.rb', line 28

def gherkin_source_read(*); end

#test_case_readynil

Returns:

  • (nil)


40
# File 'lib/cucumber/distrib/leader.rb', line 40

def test_case_ready(*); end