1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00
sinatra/test
Simon Rozet 341e3369d1 Stop disabling sessions in test environement
Manually `disable :sessions` if you want to manually pass in
the `rack.session` env key in your tests.
2009-10-04 15:52:10 +02:00
..
data I knew I shoulda taken that left turn at Hoboken 2008-12-20 18:45:28 -08:00
views Add a test for the :views render option 2009-05-23 17:02:25 +02:00
base_test.rb Less warnings to sate zenspider's needs 2009-05-18 03:36:03 -07:00
builder_test.rb Deprecation warning for auto-require of template engines 2009-05-18 02:47:36 -07:00
contest.rb Less warnings to sate zenspider's needs 2009-05-18 03:36:03 -07:00
erb_test.rb Use contest instead of test/spec/mini 2009-03-31 02:23:48 -07:00
extensions_test.rb Use contest instead of test/spec/mini 2009-03-31 02:23:48 -07:00
filter_test.rb Better route and filter inheritance [#180] 2009-06-07 04:11:14 -07:00
haml_test.rb closes #9779 Auto-require haml/erb/builder/sass 2009-04-24 17:59:39 -07:00
helper.rb Use Rack::Test instead of Sinatra::Test for tests 2009-05-18 02:51:44 -07:00
helpers_test.rb Stop disabling sessions in test environement 2009-10-04 15:52:10 +02:00
mapped_error_test.rb Better error mapping inheritance 2009-06-07 04:12:20 -07:00
middleware_test.rb Use contest instead of test/spec/mini 2009-03-31 02:23:48 -07:00
options_test.rb Disable :show_exceptions on Base in all environments 2009-06-05 22:36:02 -07:00
request_test.rb request.secure? to check for ssl encrypted connection 2009-08-18 13:48:46 +02:00
response_test.rb Use contest instead of test/spec/mini 2009-03-31 02:23:48 -07:00
result_test.rb Use contest instead of test/spec/mini 2009-03-31 02:23:48 -07:00
route_added_hook_test.rb Added proc as argument for #route_added hook 2009-04-19 20:04:50 -07:00
routing_test.rb Better route and filter inheritance [#180] 2009-06-07 04:11:14 -07:00
sass_test.rb Deprecation warning for auto-require of template engines 2009-05-18 02:47:36 -07:00
server_test.rb Use rack's new handler registration stuff to fix some failing specs 2009-05-20 18:13:38 -07:00
sinatra_test.rb Use contest instead of test/spec/mini 2009-03-31 02:23:48 -07:00
static_test.rb Better route and filter inheritance [#180] 2009-06-07 04:11:14 -07:00
templates_test.rb Use Tilt for templating 2009-10-03 23:55:03 +02:00