summary refs log tree commit
path: root/test/spec_lint.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/spec_lint.rb')
-rwxr-xr-xtest/spec_lint.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/spec_lint.rb b/test/spec_lint.rb
index 2242b1f9..785509c7 100755
--- a/test/spec_lint.rb
+++ b/test/spec_lint.rb
@@ -85,11 +85,6 @@ describe Rack::Lint do
       message.must_match(/non-string value/)
 
     lambda {
-      Rack::Lint.new(nil).call(env("rack.version" => "0.2"))
-    }.must_raise(Rack::Lint::LintError).
-      message.must_match(/must be an Array/)
-
-    lambda {
       Rack::Lint.new(nil).call(env("rack.url_scheme" => "gopher"))
     }.must_raise(Rack::Lint::LintError).
       message.must_match(/url_scheme unknown/)