Module: Counter::RSpecMatchers

Defined in:
lib/counter/rspec/matchers.rb

Defined Under Namespace

Classes: Base, DecrementCounterFor, IncrementCounterFor

Instance Method Summary collapse

Instance Method Details

#decrement_counter_forObject



7
8
9
# File 'lib/counter/rspec/matchers.rb', line 7

def decrement_counter_for(...)
  DecrementCounterFor.new(...)
end

#increment_counter_forObject



3
4
5
# File 'lib/counter/rspec/matchers.rb', line 3

def increment_counter_for(...)
  IncrementCounterFor.new(...)
end