From 07c58e02e5a4c48cb7e3bfcb52b57f907387208c Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Wed, 20 Mar 2013 10:24:16 +0100 Subject: [PATCH] whitespace --- test/routing_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/routing_test.rb b/test/routing_test.rb index f79032e9..97adcf56 100644 --- a/test/routing_test.rb +++ b/test/routing_test.rb @@ -877,7 +877,7 @@ class RoutingTest < Test::Unit::TestCase application/x-pkcs7-mime application/x-pkcs7-signature ) - + mime_types.each { |mime_type| assert mime_type.match(Sinatra::Request::HEADER_VALUE_WITH_PARAMS) } end