Module: SerialSpec::ItExpects::DSL

Defined in:
lib/serial_spec/it_expects.rb

Instance Method Summary collapse

Instance Method Details

#it_expects(name, &block) ⇒ Object



24
25
26
# File 'lib/serial_spec/it_expects.rb', line 24

def it_expects(name, &block)
  __inherited_expectations__[name] = block
end