class Cucumber::Events::HookTestStepCreated
Event fired when a step is created from a hook
Attributes
Public Class Methods
Source
# File lib/cucumber/events/hook_test_step_created.rb, line 11 def self.event_id :hook_test_step_created end
Source
# File lib/cucumber/events/hook_test_step_created.rb, line 15 def initialize(test_step, hook) @test_step = test_step @hook = hook super() end
Calls superclass method