From e010096f2a9c1f5ddecbad998051b210ba47b3dd Mon Sep 17 00:00:00 2001 From: pboling Date: Thu, 22 Oct 2009 14:59:23 -0400 Subject: fixed tests so that they actually run (and all pass) --- test/sms_fu_test.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/sms_fu_test.rb') diff --git a/test/sms_fu_test.rb b/test/sms_fu_test.rb index 043763a..c0e278c 100644 --- a/test/sms_fu_test.rb +++ b/test/sms_fu_test.rb @@ -1,5 +1,4 @@ -require 'test/unit' -require 'sms_fu' +require File.dirname(__FILE__) + '/test_helper' class SmsFuTest < Test::Unit::TestCase include SMSFu -- cgit v1.2.3