mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
c00a25ee41
* Adds test/helper.rb and moves mock_app and other code specific to testing the framework out of Sinatra::Test. * Do not require test/unit. The sinatra/test/unit, sinatra/test/spec, and sinatra/test/rspec files can be used to choose the framework. * Add Sinatra::TestHarness, which should act similar to the Rack::Session proposal here: http://gist.github.com/41270 * Update the README with information on using the different test frameworks. |
||
---|---|---|
.. | ||
data | ||
views | ||
base_test.rb | ||
builder_test.rb | ||
erb_test.rb | ||
filter_test.rb | ||
haml_test.rb | ||
helper.rb | ||
helpers_test.rb | ||
mapped_error_test.rb | ||
middleware_test.rb | ||
options_test.rb | ||
reload_test.rb | ||
request_test.rb | ||
result_test.rb | ||
routing_test.rb | ||
sass_test.rb | ||
sinatra_test.rb | ||
static_test.rb | ||
templates_test.rb |