test/unit/private_application_test.rb in xeroizer-0.3.5 vs test/unit/private_application_test.rb in xeroizer-0.4.0

- old
+ new

@@ -1,6 +1,6 @@ -require File.join(File.dirname(__FILE__), '../test_helper.rb') +require 'test_helper' class PrivateApplicationTest < Test::Unit::TestCase include TestHelper def setup @@ -15,6 +15,6 @@ assert_equal(CONSUMER_SECRET, @client.client.csecret) end end -end \ No newline at end of file +end