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/fcgi_fixes_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/lib/fcgi_fixes_spec.rb') diff --git a/spec/lib/fcgi_fixes_spec.rb b/spec/lib/fcgi_fixes_spec.rb index 92b954645..edc1c9d98 100644 --- a/spec/lib/fcgi_fixes_spec.rb +++ b/spec/lib/fcgi_fixes_spec.rb @@ -1,6 +1,6 @@ # This is a test of the monkey patches in lib/fcgi_fixes.rb -require File.dirname(__FILE__) + '/../spec_helper' +require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') require 'railties/lib/fcgi_handler.rb' -- cgit v1.2.3