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