test/helper.rb in tunemygc-1.0.12 vs test/helper.rb in tunemygc-1.0.13

- old
+ new

@@ -20,26 +20,6 @@ def teardown GC.stress = false end end - - def process_tunemygc_request(path = '/test') - ActiveSupport::Notifications.instrument('start_processing.action_controller', path: path) {} - ActiveSupport::Notifications.instrument('process_action.action_controller', path: path) {} - end - - def run_tunemygc_test - MinitestSandboxTest.new("test_minitest_spy").run - end end - -# for Minitest spy -class MinitestSandboxTest < MiniTest::Unit::TestCase - def setup - @value = 123 - end - - def test_minitest_spy - assert_equal 123, @value - end -end \ No newline at end of file