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