Class: Counter::RSpecMatchers::IncrementCounterFor
- Inherits:
-
Base
- Object
- RSpec::Matchers::BuiltIn::Change
- Base
- Counter::RSpecMatchers::IncrementCounterFor
- Defined in:
- lib/counter/rspec/matchers.rb
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Counter::RSpecMatchers::Base
Instance Method Details
#matches? ⇒ Boolean
18 19 20 |
# File 'lib/counter/rspec/matchers.rb', line 18 def matches?(...) by(1).matches?(...) end |