Method: Tally#expectations!

Defined in:
lib/mspec/runner/actions/tally.rb

#expectations!(add = 1) ⇒ Object



16
17
18
# File 'lib/mspec/runner/actions/tally.rb', line 16

def expectations!(add=1)
  @expectations += add
end