Skip to content

Commit

Permalink
better test name
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Apr 17, 2011
1 parent a6659f4 commit 60dc8d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/routing_test.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -1043,8 +1043,7 @@ def authorize(username, password)
assert not_found? assert not_found?
end end



it 'plays well with other routing middleware' do
it 'is plays well with other routing middleware' do
middleware = Sinatra.new middleware = Sinatra.new
inner_app = Sinatra.new { get('/foo') { 'hello' } } inner_app = Sinatra.new { get('/foo') { 'hello' } }
builder = Rack::Builder.new do builder = Rack::Builder.new do
Expand Down

0 comments on commit 60dc8d4

Please sign in to comment.