From 6333fa139bc8b022162d02ef4d301d0a00e3f499 Mon Sep 17 00:00:00 2001 From: Francis Irving Date: Wed, 15 Sep 2010 11:34:08 +0100 Subject: Make path work in Ruby 1.9 --- spec/lib/timezone_fixes_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/lib/timezone_fixes_spec.rb') diff --git a/spec/lib/timezone_fixes_spec.rb b/spec/lib/timezone_fixes_spec.rb index 9ceb58a13..eef7e865c 100644 --- a/spec/lib/timezone_fixes_spec.rb +++ b/spec/lib/timezone_fixes_spec.rb @@ -2,7 +2,7 @@ # We use EximLogDone here just as a totally random model that has a datetime type. -require File.dirname(__FILE__) + '/../spec_helper' +require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') describe "when doing things with timezones" do -- cgit v1.2.3