Class: Totes::Spec::SkipQuery
- Inherits:
-
Object
- Object
- Totes::Spec::SkipQuery
- Defined in:
- lib/totes/spec.rb
Instance Method Summary collapse
- #method_missing(*args, &block) ⇒ Object
-
#must(*args) ⇒ Object
don’t trigger the matchers.
-
#wont(*args) ⇒ Object
don’t trigger the matchers.
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(*args, &block) ⇒ Object
54 55 56 |
# File 'lib/totes/spec.rb', line 54 def method_missing(*args, &block) self # endlessly return self end |
Instance Method Details
#must(*args) ⇒ Object
don’t trigger the matchers
51 |
# File 'lib/totes/spec.rb', line 51 def must(*args); end |
#wont(*args) ⇒ Object
don’t trigger the matchers
52 |
# File 'lib/totes/spec.rb', line 52 def wont(*args); end |