module SerialSpec::ItExpects::DSL

Public Instance Methods

it_expects(name, &block) click to toggle source
# File lib/serial_spec/it_expects.rb, line 24
def it_expects(name, &block)
  __inherited_expectations__[name] = block
end