提交 cb496817 编写于 作者: J Jeremy Kemper

Skip fcgi dispatcher tests if fcgi lib isn't available

上级 d40bc307
require 'abstract_unit'
uses_mocha 'fcgi dispatcher tests' do
begin
require 'fcgi_handler'
module ActionController; module Routing; module Routes; end end end
......@@ -296,4 +295,6 @@ def test_periodic_gc
end
end
end # uses_mocha
rescue LoadError => e
raise unless e.message =~ /fcgi/
end
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册