Module: Sinclair::Matchers
- Defined in:
- lib/sinclair/matchers.rb,
lib/sinclair/matchers/add_method.rb,
lib/sinclair/matchers/add_method_to.rb
Overview
Matchers module will have the DSL to be included in RSpec in order to have access to the matchers
Defined Under Namespace
Classes: AddMethod, AddMethodTo
Instance Method Summary collapse
-
#add_method(method) ⇒ AddMethod
DSL to AddMethod.
Instance Method Details
#add_method(method) ⇒ AddMethod
DSL to AddMethod
40 41 42 |
# File 'lib/sinclair/matchers.rb', line 40 def add_method(method) Sinclair::Matchers::AddMethod.new(method) end |