sinatra/test
Simon Rozet 8f6743fb3a Clean framework/lib paths in error backtrace (clean_trace option) [#77]
The following types of cleaning is performed:

* Paths that match the Gem.dir are removed from the backtrace.
* Sinatra lib paths are removed from the backtrace.
* The leading "./" is removed from filenames.

This is turned on by default but we may want to consider enabling it
by default only in development environments.
2009-01-23 02:30:48 -08:00
..
data I knew I shoulda taken that left turn at Hoboken 2008-12-20 18:45:28 -08:00
views I knew I shoulda taken that left turn at Hoboken 2008-12-20 18:45:28 -08:00
base_test.rb use Test::Unit style assertions in Sinatra specs 2009-01-14 14:00:26 -08:00
builder_test.rb use Test::Unit style assertions in Sinatra specs 2009-01-14 14:00:26 -08:00
erb_test.rb use Test::Unit style assertions in Sinatra specs 2009-01-14 14:00:26 -08:00
filter_test.rb Halting a before block should stop processing 2009-01-18 05:40:49 -08:00
haml_test.rb use Test::Unit style assertions in Sinatra specs 2009-01-14 14:00:26 -08:00
helper.rb Don't require rubygems in tests; do fall back if necessary 2009-01-20 12:24:36 -08:00
helpers_test.rb Convert tests to custom test/spec/mini [#87] 2009-01-20 12:23:15 -08:00
mapped_error_test.rb Allow assertions in mock_app request context 2009-01-15 04:18:18 -08:00
middleware_test.rb Convert tests to custom test/spec/mini [#87] 2009-01-20 12:23:15 -08:00
options_test.rb Clean framework/lib paths in error backtrace (clean_trace option) [#77] 2009-01-23 02:30:48 -08:00
reload_test.rb Disable :reload option by default when app_file is a rackup (.ru) file [#110] 2009-01-22 01:14:06 -08:00
request_test.rb Fix Request#params on PUT requests [#72] 2009-01-15 06:45:42 -08:00
response_test.rb General spec coverage improvements (rcov: 98%) 2009-01-19 17:58:26 -08:00
result_test.rb General spec coverage improvements (rcov: 98%) 2009-01-19 17:58:26 -08:00
routing_test.rb Escape '.', '+', '$' and parens in literal paths [#124] 2009-01-23 01:49:27 -08:00
sass_test.rb use Test::Unit style assertions in Sinatra specs 2009-01-14 14:00:26 -08:00
server_test.rb General spec coverage improvements (rcov: 98%) 2009-01-19 17:58:26 -08:00
sinatra_test.rb use Test::Unit style assertions in Sinatra specs 2009-01-14 14:00:26 -08:00
static_test.rb Make static files work with Rack::Lint in the pipeline [#121] 2009-01-21 11:37:56 -08:00
templates_test.rb use Test::Unit style assertions in Sinatra specs 2009-01-14 14:00:26 -08:00
test_test.rb Support for nested params in Sinatra::Test 2009-01-20 12:37:50 -08:00