From 97620ef4ffe670fa33c54b9e36935e800ac4b0ed Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Sun, 17 Apr 2011 12:46:39 +0200 Subject: [PATCH] better test name --- test/routing_test.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/routing_test.rb b/test/routing_test.rb index 7ceb211d..6edd2582 100644 --- a/test/routing_test.rb +++ b/test/routing_test.rb @@ -1043,8 +1043,7 @@ class RoutingTest < Test::Unit::TestCase assert not_found? end - - it 'is plays well with other routing middleware' do + it 'plays well with other routing middleware' do middleware = Sinatra.new inner_app = Sinatra.new { get('/foo') { 'hello' } } builder = Rack::Builder.new do