Module: MotionSpec::ContextHelper::Expectation
- Included in:
- MotionSpec::Context
- Defined in:
- lib/motion-spec/context_helper/expectation.rb
Instance Method Summary collapse
Instance Method Details
#expect(subject = nil, &block) ⇒ Object
5 6 7 |
# File 'lib/motion-spec/context_helper/expectation.rb', line 5 def expect(subject = nil, &block) MotionSpec::Expectation.new(subject, &block) end |