test/test_airbrake.rb in god-0.13.4 vs test/test_airbrake.rb in god-0.13.5
- old
+ new
@@ -1,8 +1,8 @@
#!/usr/bin/env ruby
require File.dirname(__FILE__) + '/helper'
-class TestAirbrake < Test::Unit::TestCase
+class TestAirbrake < Minitest::Test
def test_notify
airbrake = God::Contacts::Airbrake.new
airbrake.apikey = "put_your_apikey_here"
airbrake.name = "Airbrake"