Class: RSpec::Steps::LetBang

Inherits:
Let
  • Object
show all
Defined in:
lib/rspec-steps/lets.rb

Instance Attribute Summary

Attributes inherited from Let

#block, #name

Instance Method Summary collapse

Instance Method Details

#define_on(step_list, group) ⇒ Object



14
15
16
17
18
# File 'lib/rspec-steps/lets.rb', line 14

def define_on(step_list, group)
  super

  step_list.add_let_bang(name)
end