class ErgomentumRspec::Matchers::Performance::IncompleteExpectationError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/ergomentum_rspec/matchers/performance/allocate_objects.rb, line 11 def initialize super("Comparision operator required. E. g. allocates.exactly(1)") end