Module: MotionExpect::Expectation::BaconContext

Included in:
Bacon::Context
Defined in:
lib/motion-expect/expectation.rb

Instance Method Summary collapse

Instance Method Details

#expect(subject = nil, &block) ⇒ Object



4
5
6
# File 'lib/motion-expect/expectation.rb', line 4

def expect(subject = nil, &block)
  Expectation.new(subject, &block)
end