Method: Facon::NegativeExpectation#negative_expectation_for?

Defined in:
lib/facon/expectation.rb

#negative_expectation_for?(method) ⇒ Boolean

Returns:

  • (Boolean)


126
127
128
# File 'lib/facon/expectation.rb', line 126

def negative_expectation_for?(method)
  @method == method
end