Exception: ErgomentumRspec::Matchers::Performance::IncompleteExpectationError
- Inherits:
-
StandardError
- Object
- StandardError
- ErgomentumRspec::Matchers::Performance::IncompleteExpectationError
- Defined in:
- lib/ergomentum_rspec/matchers/performance/allocate_objects.rb
Instance Method Summary collapse
-
#initialize ⇒ IncompleteExpectationError
constructor
A new instance of IncompleteExpectationError.
Constructor Details
#initialize ⇒ IncompleteExpectationError
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 |