test/wolverine/path_component_test.rb in wolverine-0.2.2 vs test/wolverine/path_component_test.rb in wolverine-0.2.3
- old
+ new
@@ -1,6 +1,6 @@
-require_relative '../test_helper'
+require File.join(File.expand_path('../../test_helper', __FILE__))
module Wolverine
class PathComponentTest < MiniTest::Unit::TestCase
def root
@@ -25,6 +25,6 @@
assert_equal pc.bar, pc.bar
end
end
-end
\ No newline at end of file
+end