diff options
author | Francis Irving <francis@mysociety.org> | 2009-12-03 13:22:55 +0000 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2009-12-03 13:22:55 +0000 |
commit | 2eabd0bf1d5c3d0cfa0f2883f6cfd65298ef4cd1 (patch) | |
tree | ce915296612a14789c43e1026b85a2b37a454654 /spec/libs/fcgi_fixes.rb | |
parent | 1053556b7c12d757f2e654266a855609658b2964 (diff) |
Rename spec files to libs, and to end _spec
Diffstat (limited to 'spec/libs/fcgi_fixes.rb')
-rw-r--r-- | spec/libs/fcgi_fixes.rb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/spec/libs/fcgi_fixes.rb b/spec/libs/fcgi_fixes.rb deleted file mode 100644 index 92b954645..000000000 --- a/spec/libs/fcgi_fixes.rb +++ /dev/null @@ -1,14 +0,0 @@ -# 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 - |