Class: Totes::Spec::SkipQuery

Inherits:
Object
  • Object
show all
Defined in:
lib/totes/spec.rb

Instance Method Summary collapse

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