summaryrefslogtreecommitdiffstats
path: root/test/sms_fu_test.rb
diff options
context:
space:
mode:
authorpboling2009-10-22 14:59:23 -0400
committerpboling2009-10-22 14:59:23 -0400
commite010096f2a9c1f5ddecbad998051b210ba47b3dd (patch)
tree68d13a36dce41aebfbc3f826b7b1289725a17e4d /test/sms_fu_test.rb
parent0411f1f60ae8be13ac4a732a48e44d3153441002 (diff)
downloadsms-fu-e010096f2a9c1f5ddecbad998051b210ba47b3dd.tar.bz2
fixed tests so that they actually run (and all pass)
Diffstat (limited to 'test/sms_fu_test.rb')
-rw-r--r--test/sms_fu_test.rb3
1 files changed, 1 insertions, 2 deletions
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