From 29820a6daa38e5becd3d8ba28aab5eede513e7a1 Mon Sep 17 00:00:00 2001 From: Edmund von der Burg Date: Fri, 18 Feb 2011 10:30:39 +0000 Subject: Not using fcgi - get rid of monkey patches --- spec/lib/fcgi_fixes_spec.rb | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 spec/lib/fcgi_fixes_spec.rb (limited to 'spec/lib/fcgi_fixes_spec.rb') diff --git a/spec/lib/fcgi_fixes_spec.rb b/spec/lib/fcgi_fixes_spec.rb deleted file mode 100644 index edc1c9d98..000000000 --- a/spec/lib/fcgi_fixes_spec.rb +++ /dev/null @@ -1,14 +0,0 @@ -# This is a test of the monkey patches in lib/fcgi_fixes.rb - -require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') - -require 'railties/lib/fcgi_handler.rb' - -describe "when doing FastCGI" do - - it "should have fixed dynamic FastCGI bug" do - RailsFCGIHandler::SIGNALS['TERM'].should == :exit - end - -end - -- cgit v1.2.3