lib/tunemygc/spies/minitest.rb in tunemygc-1.0.11 vs lib/tunemygc/spies/minitest.rb in tunemygc-1.0.12

- old
+ new

@@ -45,14 +45,14 @@ tunemygc_after_teardown end private def tunemygc_before_setup - TuneMyGc.snapshot(:TEST_PROCESSING_STARTED) + TuneMyGc.snapshot(:PROCESSING_STARTED) end def tunemygc_after_teardown - TuneMyGc.snapshot(:TEST_PROCESSING_ENDED) + TuneMyGc.snapshot(:PROCESSING_ENDED) TuneMyGc.interposer.check_uninstall end end end \ No newline at end of file