Unify test_helper.rb loading code

This commit is contained in:
Wojciech Piekutowski 2011-02-20 16:03:05 +01:00
parent 6cdae6dc7e
commit 27046e2b3a
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
require File.expand_path('./test/test_helper.rb')
require './test/test_helper'
class CollectionTest < Test::Unit::TestCase

View File

@ -1,4 +1,4 @@
require File.expand_path('./test/test_helper.rb')
require './test/test_helper'
class SafeTest < Test::Unit::TestCase