Exception: ErgomentumRspec::Matchers::Performance::IncompleteExpectationError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/ergomentum_rspec/matchers/performance/allocate_objects.rb

Instance Method Summary collapse

Constructor Details

#initializeIncompleteExpectationError

Returns a new instance of IncompleteExpectationError.



11
12
13
# File 'lib/ergomentum_rspec/matchers/performance/allocate_objects.rb', line 11

def initialize
  super("Comparision operator required. E. g. allocates.exactly(1)")
end