.. |
config_file
|
add a example for multiple config files
|
2011-09-29 21:59:22 -03:00 |
content_for
|
add tests for calling yield_content more than once
|
2011-03-28 17:12:43 +02:00 |
namespace
|
add template support to namespaces
|
2011-03-29 10:08:05 +02:00 |
reloader
|
error handler reloading
|
2011-06-25 20:39:48 -03:00 |
respond_with
|
add sinatra-respond-with
|
2011-03-26 00:02:03 +01:00 |
capture_spec.rb
|
remove printf-debugging from specs.. oops
|
2011-05-12 18:00:49 +02:00 |
config_file_spec.rb
|
add a example for multiple config files
|
2011-09-29 21:59:22 -03:00 |
content_for_spec.rb
|
use render in specs to avoid deprecation warnings on sinatra 1.3
|
2011-08-17 12:32:19 +02:00 |
cookies_spec.rb
|
remove hash spec, this is way too inconsisten between rubies
|
2011-09-05 00:41:36 -07:00 |
decompile_spec.rb
|
have decompile work properly with Sinatra 1.3
|
2011-08-17 13:07:53 +02:00 |
extension_spec.rb
|
add reimplementation of sinatra-extension
|
2011-03-26 00:13:26 +01:00 |
json_spec.rb
|
proper interpolation in pending message
|
2011-08-17 13:08:16 +02:00 |
link_header_spec.rb
|
new extensions: sinatra-link-helper
|
2011-03-24 08:46:55 +01:00 |
multi_route_spec.rb
|
fix tests for 1.9
|
2011-09-04 18:27:01 -07:00 |
namespace_spec.rb
|
add template support to namespaces
|
2011-03-29 10:08:05 +02:00 |
okjson.rb
|
add Sinatra::JSON
|
2011-05-09 07:52:36 +02:00 |
reloader_spec.rb
|
speed up reloader specs
|
2011-08-17 12:25:43 +02:00 |
respond_with_spec.rb
|
let Sinatra::RespondWith use Sinatra::JSON
|
2011-05-09 08:03:34 +02:00 |
spec_helper.rb
|
rewrite sinatra-test-helpers
|
2011-03-24 08:45:57 +01:00 |
streaming_spec.rb
|
have write accept non-string objects
|
2011-08-18 12:06:34 +02:00 |