webrat/spec/integration/sinatra
Simon Rozet 90baf3311c Sinatra now provides sensible options for testing
In the lastest release, 0.9.1:

* Set sensible defaults on Default for test env [1]
  5a33a9586f

* Set :environment to :test in TestHarness
  9af37724e0

* Set :environment to :test when Sinatra::Test is included
  93b19a3492

[1] Only Sinatra::Default provides special options for testing. If you subclass
    Sinatra::Base, you'll have to set them yourself.

foo
2009-03-08 23:41:34 +01:00
..
test Sinatra now provides sensible options for testing 2009-03-08 23:41:34 +01:00
Rakefile Add integration tests for sinatra 2008-12-29 06:41:50 -02:00
classic_app.rb Support for "modular" Sinatra app style 2009-02-28 03:30:25 +01:00
modular_app.rb Fix following of absolute redirect URL in Sinatra 2009-02-28 03:30:26 +01:00