better test name

This commit is contained in:
Konstantin Haase 2011-04-17 12:46:39 +02:00
parent 66f1256167
commit 97620ef4ff
1 changed files with 1 additions and 2 deletions

View File

@ -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