Class: Counter::RSpecMatchers::DecrementCounterFor

Inherits:
Base
  • Object
show all
Defined in:
lib/counter/rspec/matchers.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Counter::RSpecMatchers::Base

Instance Method Details

#matches?Boolean

Returns:

  • (Boolean)


24
25
26
# File 'lib/counter/rspec/matchers.rb', line 24

def matches?(...)
  by(-1).matches?(...)
end