Skip to content

Commit

Permalink
spec_rack_handler.rb - Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
qerub authored and leahneukirchen committed Jul 6, 2008
1 parent 94e72cb commit 4027f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec_rack_handler.rb
Expand Up @@ -13,7 +13,7 @@ class RockLobster; end
Rack::Handler.get('webrick').should.equal Rack::Handler::WEBrick
end

specify "should get unregisted hanlder by name" do
specify "should get unregistered handler by name" do
Rack::Handler.get('lobster').should.equal Rack::Handler::Lobster
end

Expand Down

0 comments on commit 4027f27

Please sign in to comment.