1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

Merge branch 'master' of github.com:sinatra/sinatra

This commit is contained in:
Konstantin Haase 2011-05-03 08:25:26 +02:00
commit 968dce35d7

View file

@ -1297,7 +1297,7 @@ typically don't have to +use+ them explicitly.
== Testing
Sinatra tests can be written using any Rack-based testing library
or framework. {Rack::Test}[http://gitrdoc.com/brynary/rack-test] is
or framework. {Rack::Test}[http://rdoc.info/github/brynary/rack-test/master/frames] is
recommended:
require 'my_sinatra_app'