class RSpec::Steps::LetBang
Public Instance Methods
define_on(step_list, group)
click to toggle source
Calls superclass method
RSpec::Steps::Let#define_on
# File lib/rspec-steps/lets.rb, line 14 def define_on(step_list, group) super step_list.add_let_bang(name) end