summary refs log tree commit
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-08-03 22:33:24 -0500
committerJoshua Peek <josh@joshpeek.com>2009-08-03 22:33:24 -0500
commit0acfeae8194bfe79e32c2a85a57026928729304d (patch)
tree484989b5ee29149a4727cde7a839db05e03ca957
parentb0f49bd0d6a5e7d6841168fe5e7de509aa1beac1 (diff)
downloadrack-0acfeae8194bfe79e32c2a85a57026928729304d.tar.gz
Kill stray debug line
-rw-r--r--test/spec_rack_lint.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/spec_rack_lint.rb b/test/spec_rack_lint.rb
index 30492ad8..9c5d5031 100644
--- a/test/spec_rack_lint.rb
+++ b/test/spec_rack_lint.rb
@@ -131,7 +131,7 @@ context "Rack::Lint" do
       end
       Rack::Lint.new(nil).call(env("rack.input" => input))
     }.should.raise(Rack::Lint::LintError).
-      message.should.match(/does not have ASCII-8BIT as its external encoding/);puts RUBY_VERSION
+      message.should.match(/does not have ASCII-8BIT as its external encoding/)
   end
 
   specify "notices error errors" do