From 2eabd0bf1d5c3d0cfa0f2883f6cfd65298ef4cd1 Mon Sep 17 00:00:00 2001 From: Francis Irving Date: Thu, 3 Dec 2009 13:22:55 +0000 Subject: Rename spec files to libs, and to end _spec --- spec/lib/fcgi_fixes_spec.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create 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 new file mode 100644 index 000000000..92b954645 --- /dev/null +++ b/spec/lib/fcgi_fixes_spec.rb @@ -0,0 +1,14 @@ +# This is a test of the monkey patches in lib/fcgi_fixes.rb + +require 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