Method: MotionSpec::ContextHelper::Matchers#be_a
- Defined in:
- lib/motion-spec/context_helper/matchers.rb
#be_a(test_class) ⇒ Object Also known as: be_an
5 6 7 |
# File 'lib/motion-spec/context_helper/matchers.rb', line 5 def be_a(test_class) MotionSpec::Matcher::BeA.new(test_class) end |