Module: RSpec::Expectations

Defined in:
lib/rspec_expectation_count/rspec_expectation_count.rb

Defined Under Namespace

Classes: NegativeExpectationHandler, PositiveExpectationHandler

Class Attribute Summary collapse

Class Attribute Details

.expectation_countObject



13
14
15
# File 'lib/rspec_expectation_count/rspec_expectation_count.rb', line 13

def expectation_count
  @expectation_count ||= 0
end