diff options
Diffstat (limited to 'spec/lib/fcgi_fixes_spec.rb')
-rw-r--r-- | spec/lib/fcgi_fixes_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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' |