Method: TestProf::LetItBe::Freezer::Stoplist.stop!

Defined in:
lib/test_prof/recipes/rspec/let_it_be.rb

.stop!(record) ⇒ Object



173
174
175
# File 'lib/test_prof/recipes/rspec/let_it_be.rb', line 173

def stop!(record)
  @stoplist.last.push(record)
end