Unify test_helper.rb loading code
This commit is contained in:
parent
6cdae6dc7e
commit
27046e2b3a
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('./test/test_helper.rb')
|
||||
require './test/test_helper'
|
||||
|
||||
class CollectionTest < Test::Unit::TestCase
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('./test/test_helper.rb')
|
||||
require './test/test_helper'
|
||||
|
||||
class SafeTest < Test::Unit::TestCase
|
||||
|
||||
|
|
Loading…
Reference in New Issue