Class: Counter::RSpecMatchers::IncrementCounterFor

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)


18
19
20
# File 'lib/counter/rspec/matchers.rb', line 18

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