test/test_t_co.rb in tw-0.3.9 vs test/test_t_co.rb in tw-0.4.0
- old
+ new
@@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-
require File.expand_path 'test_helper', File.dirname(__FILE__)
-class TestTCo < MiniTest::Unit::TestCase
+class TestTCo < MiniTest::Test
def setup
@client = Tw::Client.new
@client.auth
end