[DRE-maint] Bug#1019667: ruby-sinatra: FTBFS with ruby3.1: ERROR: Test "ruby3.1" failed: cannot load such file -- wlang: skipping wlang tests

Antonio Terceiro terceiro at debian.org
Tue Sep 13 13:01:20 BST 2022


Source: ruby-sinatra
Version: 2.2.2-1
Severity: important
Justification: FTBFS
Tags: bookworm sid ftbfs
User: debian-ruby at lists.debian.org
Usertags: ruby3.1

Hi,

We are about to start the ruby3.1 transition in unstable. While trying to
rebuild ruby-sinatra with ruby3.1 enabled, the build failed.

Relevant part of the build log (hopefully):
> cannot load such file -- wlang: skipping wlang tests
> Run options: -v --seed 14356
> 
> # Running:
> 
> BaseTest::TestSinatraBaseNew#test_exposes_settings_0 = 0.00 s = .
> BaseTest::TestSinatraBaseNew#test_implements_a_nice_inspect_0 = 0.00 s = .
> BaseTest::TestSinatraBaseNew#test_allows_ascii_strings_in_unicode_templates_per_default_1_9__0 = 0.00 s = .
> BaseTest::TestSinatraBaseNew#test_returns_a_wrapper_0 = 0.00 s = .
> BaseTest::TestSinatraBaseNew#test_allows_unicode_strings_in_ascii_templates_per_default_1_9__0 = 0.00 s = .
> BaseTest::TestSinatraBaseNew#test_exposes_helpers_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithDateTime::TestWhenTheResourceHasBeenModifiedSinceTheIfModifiedSinceHeaderDate#test_conditional_GET_misses_and_returns_a_body_0 = 0.01 s = .
> HelpersTest::TestLast_modified::TestWithDateTime::TestWhenTheResourceHasBeenModifiedSinceTheIfModifiedSinceHeaderDate#test_does_not_rely_on_string_comparison_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithDateTime::TestWhenTheResourceHasBeenModifiedSinceTheIfModifiedSinceHeaderDate#test_sets_the_Last_Modified_header_to_a_valid_RFC_2616_date_value_0 = 0.00 s = .
> HelpersTest::TestContent_type#test_fails_when_no_mime_type_is_registered_for_the_argument_provided_0 = 0.00 s = .
> HelpersTest::TestContent_type#test_sets_the_Content_Type_header_0 = 0.00 s = .
> HelpersTest::TestContent_type#test_looks_up_symbols_in_Rack_s_mime_types_dictionary_0 = 0.00 s = .
> HelpersTest::TestContent_type#test_only_sets_default_charset_for_specific_mime_types_0 = 0.00 s = .
> HelpersTest::TestContent_type#test_properly_encodes_parameters_with_delimiter_characters_0 = 0.01 s = .
> HelpersTest::TestContent_type#test_handles_already_present_params_0 = 0.00 s = .
> HelpersTest::TestContent_type#test_does_not_add_charset_if_present_0 = 0.00 s = .
> HelpersTest::TestContent_type#test_takes_media_type_parameters_like_charset__0 = 0.00 s = .
> HelpersTest::TestBack#test_makes_redirecting_back_pretty_0 = 0.00 s = .
> RDiscountTest#test_raises_error_if_template_not_found_0 = 0.00 s = .
> RDiscountTest#test_can_be_used_in_a_nested_fashion_for_partials_and_whatnot_0 = 0.00 s = .
> RDiscountTest#test_renders_with_inline_layouts_0 = 0.00 s = .
> RDiscountTest#test_renders_inline_markdown_strings_0 = 0.00 s = .
> RDiscountTest#test_renders_markdown_files_in_views_path_0 = 0.00 s = .
> RDiscountTest#test_renders_with_file_layouts_0 = 0.00 s = .
> RDiscountTest#test_uses_the_correct_engine_0 = 0.00 s = .
> SettingsTest::TestPublic_dir#test_is_an_alias_for_public_folder_0 = 0.00 s = .
> HelpersTest::TestBad_request_#test_is_false_for_status_lt_400_0 = 0.00 s = .
> HelpersTest::TestBad_request_#test_is_true_for_status_400_0 = 0.00 s = .
> HelpersTest::TestBad_request_#test_Base_mime_type_registers_mime_type_0 = 0.00 s = .
> HelpersTest::TestBad_request_#test_is_false_for_status_gt_400_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithInteger::TestWhenTheResourceHasnTBeenModifiedSinceTheIfModifiedSinceHeaderDate#test_conditional_GET_matches_and_halts_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithInteger::TestWhenTheResourceHasnTBeenModifiedSinceTheIfModifiedSinceHeaderDate#test_sets_the_Last_Modified_header_to_a_valid_RFC_2616_date_value_0 = 0.00 s = .
> BeforeFilterTest#test_does_not_modify_the_response_with_its_return_value_0 = 0.00 s = .
> BeforeFilterTest#test_properly_unescapes_parameters_0 = 0.01 s = .
> BeforeFilterTest#test_does_modify_the_response_with_halt_0 = 0.01 s = .
> BeforeFilterTest#test_can_modify_instance_variables_available_to_routes_0 = 0.02 s = .
> BeforeFilterTest#test_can_modify_the_request_0 = 0.00 s = .
> BeforeFilterTest#test_gives_you_access_to_params_0 = 0.00 s = .
> BeforeFilterTest#test_does_not_run_before_filter_when_serving_static_files_0 = 0.00 s = .
> BeforeFilterTest#test_can_catch_exceptions_in_before_filters_and_handle_them_properly_0 = 0.00 s = .
> BeforeFilterTest#test_generates_block_arguments_from_route_pattern_0 = 0.00 s = .
> BeforeFilterTest#test_runs_filters_defined_in_superclasses_0 = 0.00 s = .
> BeforeFilterTest#test_takes_an_optional_route_pattern_0 = 0.00 s = .
> BeforeFilterTest#test_executes_filters_in_the_order_defined_0 = 0.00 s = .
> BeforeFilterTest#test_allows_redirects_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithInteger::TestIfUnmodifiedSince#test_results_in_412_if_resource_has_been_modified_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithInteger::TestIfUnmodifiedSince#test_results_in_200_if_resource_has_not_been_modified_0 = 0.00 s = .
> HelpersTest::TestClient_error_#test_is_false_for_status_499_0 = 0.00 s = .
> HelpersTest::TestClient_error_#test_Base_mime_type_registers_mime_type_0 = 0.00 s = .
> HelpersTest::TestClient_error_#test_is_true_for_4xx_status_0 = 0.00 s = .
> HelpersTest::TestClient_error_#test_is_false_for_status_400_0 = 0.00 s = .
> HelpersTest::TestServer_error_#test_is_true_for_5xx_status_0 = 0.00 s = .
> HelpersTest::TestServer_error_#test_Base_mime_type_registers_mime_type_0 = 0.00 s = .
> HelpersTest::TestServer_error_#test_is_false_for_status_500_0 = 0.00 s = .
> MediaWikiTest#test_can_be_used_in_a_nested_fashion_for_partials_and_whatnot_0 = 0.00 s = .
> MediaWikiTest#test_renders_with_file_layouts_0 = 0.00 s = .
> MediaWikiTest#test_renders_with_inline_layouts_0 = 0.00 s = .
> MediaWikiTest#test_supports_both_mw_and_mediawiki_extensions_0 = 0.00 s = .
> MediaWikiTest#test_raises_error_if_template_not_found_0 = 0.00 s = .
> MediaWikiTest#test_renders_mediawiki_files_in_views_path_0 = 0.00 s = .
> MediaWikiTest#test_renders_inline_mediawiki_strings_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithInteger::TestWhenTheResourceHasBeenModifiedSinceTheIfModifiedSinceHeaderDate#test_conditional_GET_misses_and_returns_a_body_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithInteger::TestWhenTheResourceHasBeenModifiedSinceTheIfModifiedSinceHeaderDate#test_does_not_rely_on_string_comparison_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithInteger::TestWhenTheResourceHasBeenModifiedSinceTheIfModifiedSinceHeaderDate#test_sets_the_Last_Modified_header_to_a_valid_RFC_2616_date_value_0 = 0.00 s = .
> ReadmeTest::TestRoutes#test_Example_1_0 = 0.01 s = .
> ReadmeTest::TestRoutes#test_Example_2_0 = 0.00 s = .
> ReadmeTest::TestRoutes#test_Example_5_0 = 0.00 s = .
> ReadmeTest::TestRoutes#test_Example_6_0 = 0.00 s = .
> ReadmeTest::TestRoutes#test_Example_3_0 = 0.00 s = .
> ReadmeTest::TestRoutes#test_Example_4_0 = 0.00 s = .
> SettingsTest::TestServer#test_includes_webrick_0 = 0.00 s = .
> SettingsTest::TestServer#test_includes_puma_0 = 0.00 s = .
> HelpersTest::TestEtag::TestIdempotentRequests::TestIfMatch#test_returns_200_when_If_Match_includes_the_etag_0 = 0.00 s = .
> HelpersTest::TestEtag::TestIdempotentRequests::TestIfMatch#test_returns_200_when_If_Match_is_for_existing_resources_0 = 0.00 s = .
> HelpersTest::TestEtag::TestIdempotentRequests::TestIfMatch#test_returns_200_when_If_Match_is_the_etag_0 = 0.00 s = .
> HelpersTest::TestEtag::TestIdempotentRequests::TestIfMatch#test_returns_200_when_If_Match_is__0 = 0.00 s = .
> HelpersTest::TestEtag::TestIdempotentRequests::TestIfMatch#test_returns_412_when_If_Match_does_not_include_the_etag_0 = 0.00 s = .
> HelpersTest::TestEtag::TestIdempotentRequests::TestIfMatch#test_raises_an_ArgumentError_for_an_invalid_strength_0 = 0.00 s = .
> HelpersTest::TestEtag::TestIdempotentRequests::TestIfMatch#test_returns_412_when_If_Match_is_for_new_resources_0 = 0.00 s = .
> HelpersTest::TestEtag::TestIdempotentRequests::TestIfMatch#test_uses_a_weak_etag_with_the_weak_option_0 = 0.00 s = .
> CompileTest#test_parses_foo_foo_bar_with_user_host_into_params_user_foo_foo_host_bar__0 = 0.00 s = .
> CompileTest#test_parses_foo_with_name_format_into_params_name_foo_format_nil__0 = 0.00 s = .
> CompileTest#test_parses_pony_jpg_with_file_ext_into_params_file_pony_ext_jpg__0 = 0.00 s = .
> CompileTest#test_parses_with_foo_bar_into_params_foo_nil_bar_nil__1 = 0.00 s = .
> CompileTest#test_does_not_parse_foo_with_foo_0 = 0.00 s = .
> CompileTest#test_parses_2E_test_bar_with_id_test_bar_into_params_id__1 = 0.00 s = .
> CompileTest#test_parses_path_20with_20spaces_with_path_with_spaces_into_params__0 = 0.00 s = .
> CompileTest#test_parses_a_b_c_with_a_b_c_into_params_a_a_b_b_c_c__0 = 0.00 s = .
> CompileTest#test_parses_foo_2Ebar_with_name_format_into_params_name_foo_format_bar__0 = 0.00 s = .
> CompileTest#test_parses_foo_bar_baz_with_foo_into_params_foo_foo_splat_bar_baz__0 = 0.00 s = .
> CompileTest#test_parses_articles_10_1103_PhysRevLett_110_026401_with_articles_10_1103_doi_into_params_doi_PhysRevLett_110_026401__0 = 0.01 s = .
> CompileTest#test_does_not_parse_foo_bar_with_foo_0 = 0.00 s = .
> CompileTest#test_parses_10_1_test_with_10_1_id_into_params_id_test__0 = 0.00 s = .
> CompileTest#test_parses_user_example_com_name_with_foo_bar_into_params_foo_user_example_com_bar_name__0 = 0.00 s = .
> CompileTest#test_parses_foo_bar_bar_with_user_host_into_params_user_foo_host_bar_bar__0 = 0.00 s = .
> CompileTest#test_parses_foo_with_foo_into_params__0 = 0.00 s = .
> CompileTest#test_parses_a_b_with_a_b_c_into_params_a_a_b_b_c_nil__0 = 0.00 s = .
> CompileTest#test_does_not_parse_with_foo_0 = 0.00 s = .
> CompileTest#test_parses_foo_bar_with_name_format_into_params_name_foo_format_bar__1 = 0.00 s = .
> CompileTest#test_parses_testbar_with_test_bar_into_params__0 = 0.00 s = .
> CompileTest#test_does_not_parse_foo_with_foo_1 = 0.00 s = .
> CompileTest#test_parses_pony_E6_AD_A3_2Ejpg_with_file_ext_into_params_file_pony_ext_jpg__0 = 0.00 s = .
> CompileTest#test_does_not_parse_teeest_with_te_st__0 = 0.00 s = .
> CompileTest#test_parses_10_1_2_te_st_with_foo_id_into_params_foo_10_1_2_id_te_st__0 = 0.00 s = .
> CompileTest#test_parses_with_foo_bar_into_params_foo_nil_bar_nil__0 = 0.00 s = .
> CompileTest#test_does_not_parse_a_b_c_d_e_with_a_b_c__0 = 0.00 s = .
> CompileTest#test_does_not_parse_test0bar_with_test_bar_0 = 0.00 s = .
> CompileTest#test_does_not_parse_bar_foo_baz_with_foo__0 = 0.00 s = .
> CompileTest#test_parses_foo_bar_with_user_host_into_params_user_foo_host_bar__0 = 0.00 s = .
> CompileTest#test_parses_3_test_bar_with_id_test_bar_into_params_id_3__0 = 0.00 s = .
> CompileTest#test_parses_a_b_c_with_a_b_c_into_params_a_a_b_b_c_c_nil__0 = 0.00 s = .
> CompileTest#test_parses_foo_bar_with_into_params_splat_foo_bar__0 = 0.00 s = .
> CompileTest#test_parses_hello_world_with_foo_bar_into_params_foo_hello_bar_world__0 = 0.00 s = .
> CompileTest#test_parses_bar_foo_bling_baz_boom_with_foo_rest_into_params_splat_bar_bling_rest_baz_boom__0 = 0.00 s = .
> CompileTest#test_parses_10_1_te_st_with_foo_bar_id_into_params_foo_10_bar_1_id_te_st__0 = 0.00 s = .
> CompileTest#test_parses_file_temp_tar_gz_with_name_format1_format2_into_params_name_file_temp_format1_tar_format2_gz__0 = 0.00 s = .
> CompileTest#test_parses_pony_2ejpg_with_file_ext_into_params_file_pony_ext_jpg__1 = 0.00 s = .
> CompileTest#test_parses_0Afoo_with_foo_into_params_foo_nfoo__0 = 0.00 s = .
> CompileTest#test_parses_with_into_params__0 = 0.00 s = .
> CompileTest#test_parses_10_test_with_10_id_into_params_id_test__0 = 0.00 s = .
> CompileTest#test_parses_a_b_c_d_with_a_b_c_into_params_a_a_b_b_c_c_d__0 = 0.00 s = .
> CompileTest#test_parses_10_1_te_st_with_10_1_id_into_params_id_te_st__0 = 0.00 s = .
> CompileTest#test_does_not_parse_foo_bar_with_bar_0 = 0.00 s = .
> CompileTest#test_parses_test_bar_with_test_bar_into_params__0 = 0.00 s = .
> CompileTest#test_parses_foo_bar_with_foo_bar_into_params__0 = 0.00 s = .
> CompileTest#test_parses_2E_test_bar_with_id_test_bar_into_params_id_2E__0 = 0.00 s = .
> CompileTest#test_parses_pony_2Ejpg_with_file_ext_into_params_file_pony_ext_jpg__0 = 0.00 s = .
> CompileTest#test_parses_hello_20world_how_20are_20you_with_foo_into_params_foo_hello_world_splat_how_are_you__0 = 0.00 s = .
> CompileTest#test_parses_foo_with_name_format_into_params_name_foo_format_nil__1 = 0.00 s = .
> CompileTest#test_parses_foo_with_name_format_into_params_name_foo_format_nil__2 = 0.00 s = .
> CompileTest#test_parses_pony_2Ejpg_with_file_ext_into_params_file_pony_ext_jpg__1 = 0.00 s = .
> CompileTest#test_parses_bar_foo_bling_baz_boom_with_foo_into_params_splat_bar_bling_baz_boom__0 = 0.00 s = .
> CompileTest#test_parses_foo_with_foo_into_params_foo_foo__0 = 0.00 s = .
> CompileTest#test_parses_hello_Frank_with_hello_person_into_params_person_Frank__0 = 0.00 s = .
> CompileTest#test_parses_foo_with_into_params_splat_foo__0 = 0.00 s = .
> CompileTest#test_parses_file_tar_gz_with_name_format_into_params_name_file_tar_format_gz__0 = 0.00 s = .
> CompileTest#test_parses_2e_test_bar_with_id_test_bar_into_params_id_2e__0 = 0.00 s = .
> CompileTest#test_parses_foo_bar_with_foo_bar_into_params_foo_foo_bar_bar__0 = 0.00 s = .
> CompileTest#test_parses_10_1_te_st_with_foo_id_into_params_foo_10_1_id_te_st__0 = 0.00 s = .
> CompileTest#test_parses_foo_bar_with_foo_into_params_foo_foo_bar__0 = 0.00 s = .
> CompileTest#test_parses_path_2Bwith_2Bspaces_with_path_with_spaces_into_params__0 = 0.00 s = .
> CompileTest#test_does_not_parse_jpg_with_file_ext_0 = 0.00 s = .
> CompileTest#test_parses_10_te_st_with_10_id_into_params_id_te_st__0 = 0.00 s = .
> CompileTest#test_parses_pony_2ejpg_with_file_ext_into_params_file_pony_ext_jpg__0 = 0.00 s = .
> CompileTest#test_parses_path_with_spaces_with_path_with_spaces_into_params__0 = 0.00 s = .
> CompileTest#test_parses_test_with_test_into_params__0 = 0.00 s = .
> CompileTest#test_parses_with_into_params_splat__0 = 0.00 s = .
> CompileTest#test_parses_2E_test_bar_with_id_test_bar_into_params_id__0 = 0.00 s = .
> CompileTest#test_parses_file_tar_gz_with_name_format1_format2_into_params_name_file_format1_tar_format2_gz__0 = 0.00 s = .
> CompileTest#test_parses_foo_bar_with_name_format_into_params_name_foo_format_bar__0 = 0.00 s = .
> CompileTest#test_does_not_parse_test_with_te_st__0 = 0.00 s = .
> CompileTest#test_does_not_compile_foo_bar__0 = 0.00 s = .
> CompileTest#test_parses_f_C3_B6_C3_B6_with_f_into_params__0 = 0.00 s = .
> CompileTest#test_parses_pony_jpg_with_file_ext_into_params_file_pony_ext_jpg__1 = 0.00 s = .
> CompileTest#test_parses_2_test_bar_with_id_test_bar_into_params_id_2__0 = 0.00 s = .
> CompileTest#test_parses_foo_bar_with_foo_bar_into_params__1 = 0.00 s = .
> CompileTest#test_parses_te_st_with_te_st_into_params__0 = 0.00 s = .
> CompileTest#test_parses_foo_2Fbar_with_foo_into_params_foo_foo_bar__0 = 0.00 s = .
> CompileTest#test_parses_hello_with_foo_bar_into_params_foo_hello_bar_nil__0 = 0.00 s = .
> CompileTest#test_parses_pony_e6_ad_a3_2ejpg_with_file_ext_into_params_file_pony_ext_jpg__0 = 0.00 s = .
> TestIndifferentHashBasics#test_default_object = 0.00 s = .
> TestIndifferentHashBasics#test_default_assignment = 0.00 s = .
> TestIndifferentHashBasics#test_default_block = 0.00 s = .
> TestIndifferentHashBasics#test_flattened_constructor = 0.00 s = .
> TestIndifferentHashBasics#test_merge! = 0.00 s = .
> TestIndifferentHashBasics#test_pairs_constructor = 0.00 s = .
> TestIndifferentHashBasics#test_assignment = 0.00 s = .
> ExtensionsTest#test_will_make_sure_any_public_methods_added_via_Application_register_are_delegated_to_Sinatra_Delegator_0 = 0.00 s = .
> ExtensionsTest#test_will_extend_the_Sinatra_Application_application_by_default_0 = 0.00 s = .
> ExtensionsTest#test_allows_extending_by_passing_a_block_0 = 0.00 s = .
> ExtensionsTest#test_will_not_delegate_methods_on_Base_register_0 = 0.00 s = .
> ExtensionsTest#test_will_add_the_methods_to_the_DSL_for_the_class_in_which_you_register_them_and_its_subclasses_0 = 0.00 s = .
> ExtensionsTest#test_will_handle_special_method_names_0 = 0.00 s = .
> ExtensionsTest#test_sends_registered_to_the_extension_module_after_extending_the_class_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithDate::TestWhenTheResourceHasBeenModifiedOnTheExactIfModifiedSinceHeaderDate#test_conditional_GET_matches_and_halts_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithDate::TestWhenTheResourceHasBeenModifiedOnTheExactIfModifiedSinceHeaderDate#test_sets_the_Last_Modified_header_to_a_valid_RFC_2616_date_value_0 = 0.00 s = .
> HelpersTest::TestEtag::TestIdempotentRequests::TestIfNoneMatch#test_raises_an_ArgumentError_for_an_invalid_strength_0 = 0.00 s = .
> HelpersTest::TestEtag::TestIdempotentRequests::TestIfNoneMatch#test_returns_412_when_If_None_Match_includes_the_etag_0 = 0.00 s = .
> HelpersTest::TestEtag::TestIdempotentRequests::TestIfNoneMatch#test_returns_412_when_If_None_Match_is_for_existing_resources_0 = 0.00 s = .
> HelpersTest::TestEtag::TestIdempotentRequests::TestIfNoneMatch#test_ignores_If_Modified_Since_if_If_None_Match_does_not_match_0 = 0.00 s = .
> HelpersTest::TestEtag::TestIdempotentRequests::TestIfNoneMatch#test_uses_a_weak_etag_with_the_weak_option_0 = 0.00 s = .
> HelpersTest::TestEtag::TestIdempotentRequests::TestIfNoneMatch#test_returns_200_when_If_None_Match_is_for_new_resources_0 = 0.00 s = .
> HelpersTest::TestEtag::TestIdempotentRequests::TestIfNoneMatch#test_returns_412_when_If_None_Match_is__0 = 0.00 s = .
> HelpersTest::TestEtag::TestIdempotentRequests::TestIfNoneMatch#test_returns_200_when_If_None_Match_does_not_include_the_etag_0 = 0.00 s = .
> HelpersTest::TestEtag::TestIdempotentRequests::TestIfNoneMatch#test_returns_412_when_If_None_Match_is_the_etag_0 = 0.00 s = .
> RackTest#test_works_as_middleware_behind_Rack_Lock_with_lock_disabled_0 = 0.00 s = .
> RackTest#test_works_as_middleware_behind_Rack_Lock_with_lock_enabled_0 = 0.00 s = .
> RackTest#test_works_as_middleware_in_front_of_Rack_Lock_with_lock_enabled_0 = 0.00 s = .
> RackTest#test_works_as_middleware_in_front_of_Rack_Lock_with_lock_disabled_0 = 0.00 s = .
> SettingsTest#test_is_accessible_from_class_via_settings_0 = 0.00 s = .
> SettingsTest#test_raises_an_error_without_value_and_block_0 = 0.00 s = .
> SettingsTest#test_merges_values_with_values_of_the_superclass_if_those_are_hashes_0 = 0.00 s = .
> SettingsTest#test_raises_an_error_with_a_value_and_a_block_0 = 0.00 s = .
> SettingsTest#test_allows_setting_a_value_to_the_app_class_0 = 0.00 s = .
> SettingsTest#test_sets_settings_to_Procs_0 = 0.00 s = .
> SettingsTest#test_creates_setter_methods_when_first_defined_0 = 0.00 s = .
> SettingsTest#test_creates_predicate_methods_when_first_defined_0 = 0.00 s = .
> SettingsTest#test_is_possible_to_change_a_value_from_a_hash_to_something_else_0 = 0.00 s = .
> SettingsTest#test_raises_an_error_with_the_app_class_as_value_and_a_block_0 = 0.00 s = .
> SettingsTest#test_sets_multiple_settings_using_each_0 = 0.00 s = .
> SettingsTest#test_sets_multiple_settings_to_false_with_disable_0 = 0.00 s = .
> SettingsTest#test_sets_multiple_settings_to_true_with_enable_0 = 0.00 s = .
> SettingsTest#test_uses_existing_setter_methods_if_detected_0 = 0.00 s = .
> SettingsTest#test_merges_values_of_multiple_set_calls_if_those_are_hashes_0 = 0.00 s = .
> SettingsTest#test_is_accessible_from_instances_via_settings_0 = 0.00 s = .
> SettingsTest#test_merging_does_not_affect_the_superclass_0 = 0.00 s = .
> SettingsTest#test_sets_multiple_settings_with_a_Hash_0 = 0.00 s = .
> SettingsTest#test_sets_settings_using_a_block_0 = 0.00 s = .
> SettingsTest#test_sets_settings_to_literal_values_0 = 0.00 s = .
> SettingsTest#test_inherits_settings_methods_when_subclassed_0 = 0.00 s = .
> SettingsTest#test_overrides_settings_in_subclass_0 = 0.00 s = .
> IntegrationTest#test_with_webrick_sets_the_app_file_0 = 0.31 s = .
> IntegrationTest#test_with_rainbows_does_not_generate_warnings_0 = 0.32 s = .
> IntegrationTest#test_with_rainbows_logs_once_in_development_mode_0 = 0.01 s = .
> IntegrationTest#test_with_rainbows_streams_1 = 1.30 s = .
> IntegrationTest#test_with_thin_doesn_t_ignore_Content_Length_header_when_streaming_0 = 1.82 s = .
> IntegrationTest#test_with_webrick_does_not_generate_warnings_0 = 0.01 s = .
> IntegrationTest#test_with_rainbows_sets_the_Content_Length_response_header_when_sending_files_0 = 0.01 s = .
> IntegrationTest#test_with_rainbows_starts_the_correct_server_0 = 0.00 s = .
> IntegrationTest#test_with_thin_does_not_generate_warnings_0 = 0.01 s = .
> IntegrationTest#test_with_rainbows_sets_the_Content_Length_response_header_when_sending_files_1 = 0.00 s = .
> IntegrationTest#test_with_thin_sets_the_Content_Length_response_header_when_sending_files_0 = 0.01 s = .
> IntegrationTest#test_with_rainbows_does_not_generate_warnings_1 = 0.01 s = .
> IntegrationTest#test_with_rainbows_starts_the_correct_server_1 = 0.00 s = .
> IntegrationTest#test_with_thin_streams_0 = 1.30 s = .
> IntegrationTest#test_with_thin_only_extends_main_0 = 0.00 s = .
> IntegrationTest#test_with_webrick_starts_the_correct_server_0 = 0.01 s = .
> IntegrationTest#test_with_webrick_logs_once_in_development_mode_0 = 0.01 s = .
> IntegrationTest#test_with_rainbows_logs_once_in_development_mode_1 = 0.00 s = .
> IntegrationTest#test_with_rainbows_doesn_t_ignore_Content_Length_header_when_streaming_0 = 1.51 s = .
> IntegrationTest#test_with_rainbows_only_extends_main_1 = 0.01 s = .
> IntegrationTest#test_with_rainbows_sets_the_app_file_1 = 0.01 s = .
> IntegrationTest#test_with_webrick_sets_the_Content_Length_response_header_when_sending_files_0 = 0.01 s = .
> IntegrationTest#test_with_webrick_doesn_t_ignore_Content_Length_header_when_streaming_0 = 1.51 s = .
> IntegrationTest#test_with_thin_sets_the_app_file_0 = 0.01 s = .
> IntegrationTest#test_with_rainbows_streams_0 = 1.30 s = .
> IntegrationTest#test_with_webrick_only_extends_main_0 = 0.01 s = .
> IntegrationTest#test_with_rainbows_sets_the_app_file_0 = 0.00 s = .
> IntegrationTest#test_with_webrick_streams_0 = 0.00 s = .
> IntegrationTest#test_with_rainbows_only_extends_main_0 = 0.00 s = .
> IntegrationTest#test_with_thin_logs_once_in_development_mode_0 = 0.01 s = .
> IntegrationTest#test_with_thin_starts_the_correct_server_0 = 0.00 s = .
> IntegrationTest#test_with_rainbows_doesn_t_ignore_Content_Length_header_when_streaming_1 = 1.51 s = .
> SettingsTest::TestDump_errors#test_does_not_dump_404_errors_0 = 0.01 s = F
> SettingsTest::TestDump_errors#test_is_disabled_on_Base_in_test_0 = 0.00 s = .
> SettingsTest::TestDump_errors#test_dumps_exception_with_backtrace_to_rack_errors_0 = 0.00 s = .
> HAMLTest#test_is_possible_to_pass_locals_0 = 0.01 s = .
> HAMLTest#test_renders_haml_files_in_views_path_0 = 0.00 s = .
> HAMLTest#test_renders_inline_HAML_strings_0 = 0.00 s = .
> HAMLTest#test_merges_the_default_HAML_options_with_the_overrides_and_passes_them_to_the_Haml_engine_0 = 0.01 s = .
> HAMLTest#test_raises_error_if_template_not_found_0 = 0.00 s = .
> HAMLTest#test_passes_default_HAML_options_to_the_Haml_engine_0 = 0.00 s = .
> HAMLTest#test_can_render_truly_nested_layouts_by_accepting_a_layout_and_a_block_with_the_contents_0 = 0.00 s = .
> HAMLTest#test_renders_with_file_layouts_0 = 0.00 s = .
> HAMLTest#test_renders_with_inline_layouts_0 = 0.00 s = .
> HAMLTest#test_passes_HAML_options_to_the_Haml_engine_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWith_::TestWhenTheResourceHasBeenModifiedOnTheExactIfModifiedSinceHeaderDate#test_conditional_GET_matches_and_halts_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWith_::TestWhenTheResourceHasBeenModifiedOnTheExactIfModifiedSinceHeaderDate#test_sets_the_Last_Modified_header_to_a_valid_RFC_2616_date_value_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithTime::TestWhenTheResourceHasBeenModifiedSinceTheIfModifiedSinceHeaderDate#test_does_not_rely_on_string_comparison_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithTime::TestWhenTheResourceHasBeenModifiedSinceTheIfModifiedSinceHeaderDate#test_conditional_GET_misses_and_returns_a_body_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithTime::TestWhenTheResourceHasBeenModifiedSinceTheIfModifiedSinceHeaderDate#test_sets_the_Last_Modified_header_to_a_valid_RFC_2616_date_value_0 = 0.00 s = .
> LiquidTest#test_renders_with_file_layouts_0 = 0.00 s = .
> LiquidTest#test_renders_with_inline_layouts_0 = 0.00 s = .
> LiquidTest#test_can_render_truly_nested_layouts_by_accepting_a_layout_and_a_block_with_the_contents_0 = 0.00 s = .
> LiquidTest#test_renders_inline_liquid_strings_0 = 0.00 s = .
> LiquidTest#test_renders_liquid_files_in_views_path_0 = 0.00 s = .
> LiquidTest#test_raises_error_if_template_not_found_0 = 0.00 s = .
> LiquidTest#test_allows_passing_locals_0 = 0.00 s = .
> HelpersTest::TestRedirect_#test_is_false_for_status_399_0 = 0.00 s = .
> HelpersTest::TestRedirect_#test_Base_mime_type_registers_mime_type_0 = 0.00 s = .
> HelpersTest::TestRedirect_#test_is_false_for_status_300_0 = 0.00 s = .
> HelpersTest::TestRedirect_#test_is_true_for_3xx_status_0 = 0.00 s = .
> HelpersTest::TestAttachment#test_sets_the_Content_Type_response_header_0 = 0.00 s = .
> HelpersTest::TestAttachment#test_sets_the_Content_Type_response_header_with_extname_0 = 0.00 s = .
> HelpersTest::TestAttachment#test_sets_the_Content_Type_response_header_without_extname_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWith_::TestWhenThereSAnInvalidIfModifiedSinceHeader#test_conditional_GET_misses_and_returns_a_body_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWith_::TestWhenThereSAnInvalidIfModifiedSinceHeader#test_sets_the_Last_Modified_header_to_a_valid_RFC_2616_date_value_0 = 0.00 s = .
> SettingsTest::TestProtection#test_sets_up_Rack_Protection_0 = 0.00 s = .
> SettingsTest::TestProtection#test_does_not_set_up_Rack_Protection_PathTraversal_when_disabling_it_0 = 0.00 s = .
> SettingsTest::TestProtection#test_sets_up_Rack_Protection_PathTraversal_0 = 0.00 s = .
> SettingsTest::TestProtection#test_does_not_set_up_RemoteToken_if_sessions_are_disabled_0 = 0.00 s = .
> SettingsTest::TestProtection#test_sets_up_RemoteToken_if_sessions_are_enabled_with_a_custom_session_store_0 = 0.00 s = .
> SettingsTest::TestProtection#test_sets_up_RemoteToken_if_it_is_configured_to_0 = 0.00 s = .
> SettingsTest::TestProtection#test_sets_up_RemoteToken_if_sessions_are_enabled_0 = 0.00 s = .
> HelpersTest::TestStatus#test_sets_the_response_status_code_0 = 0.00 s = .
> HelpersTest::TestStatus#test_Base_mime_type_registers_mime_type_0 = 0.00 s = .
> ScssTest#test_passes_scss_options_to_the_scss_engine_0 = 0.01 s = .
> ScssTest#test_ignores_the_layout_option_0 = 0.00 s = .
> ScssTest#test_raises_error_if_template_not_found_0 = 0.00 s = .
> ScssTest#test_defaults_content_type_to_css_0 = 0.00 s = .
> ScssTest#test_passes_default_scss_options_to_the_scss_engine_0 = 0.00 s = .
> ScssTest#test_defaults_allows_setting_content_type_per_route_0 = 0.00 s = .
> ScssTest#test_defaults_allows_setting_content_type_globally_0 = 0.00 s = .
> ScssTest#test_renders_inline_Scss_strings_0 = 0.00 s = .
> ScssTest#test_renders_scss_files_in_views_path_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithTime::TestIfUnmodifiedSince#test_results_in_200_if_resource_has_not_been_modified_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithTime::TestIfUnmodifiedSince#test_results_in_412_if_resource_has_been_modified_0 = 0.00 s = .
> HelpersTest::TestSuccess_#test_is_false_for_status_299_0 = 0.00 s = .
> HelpersTest::TestSuccess_#test_is_false_for_status_200_0 = 0.00 s = .
> HelpersTest::TestSuccess_#test_is_true_for_2xx_status_0 = 0.00 s = .
> HelpersTest::TestSuccess_#test_Base_mime_type_registers_mime_type_0 = 0.00 s = .
> IntegrationAsyncTest#test_with_rainbows_streams_async_from_subclass_0 = 0.01 s = .
> IntegrationAsyncTest#test_with_rainbows_streams_async_0 = 0.01 s = .
> BaseTest::TestSinatraBaseSubclasses#test_allows_unicode_strings_in_ascii_templates_per_default_1_9__0 = 0.00 s = .
> BaseTest::TestSinatraBaseSubclasses#test_include_Rack_Utils_0 = 0.00 s = .
> BaseTest::TestSinatraBaseSubclasses#test_processes_requests_with_call_0 = 0.00 s = .
> BaseTest::TestSinatraBaseSubclasses#test_allows_ascii_strings_in_unicode_templates_per_default_1_9__0 = 0.00 s = .
> BaseTest::TestSinatraBaseSubclasses#test_allows_constructor_to_receive_keyword_arguments_0 = 0.00 s = .
> BaseTest::TestSinatraBaseSubclasses#test_passes_the_subclass_to_configure_blocks_0 = 0.00 s = .
> BaseTest::TestSinatraBaseSubclasses#test_allows_the_configure_block_arg_to_be_omitted_and_does_not_change_context_0 = 0.00 s = .
> BaseTest::TestSinatraBaseSubclasses#test_does_not_maintain_state_between_requests_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithDateTime#test_does_not_complain_about_missing_tests_0 = 0.00 s = .
> KramdownTest#test_renders_inline_markdown_strings_0 = 0.03 s = .
> KramdownTest#test_renders_with_file_layouts_0 = 0.00 s = .
> KramdownTest#test_uses_the_correct_engine_0 = 0.00 s = .
> KramdownTest#test_raises_error_if_template_not_found_0 = 0.00 s = .
> KramdownTest#test_can_be_used_in_a_nested_fashion_for_partials_and_whatnot_0 = 0.00 s = .
> KramdownTest#test_renders_with_inline_layouts_0 = 0.00 s = .
> KramdownTest#test_renders_markdown_files_in_views_path_0 = 0.00 s = .
> StaticTest#test_handles_valid_byte_ranges_correctly_0 = 0.01 s = .
> StaticTest#test_serves_files_in_preference_to_custom_routes_0 = 0.00 s = .
> StaticTest#test_does_not_include_static_cache_control_headers_by_default_0 = 0.00 s = .
> StaticTest#test_serves_files_with_a_sign_in_the_path_0 = 0.00 s = .
> StaticTest#test_passes_to_the_next_handler_when_the_path_contains_null_bytes_0 = 0.02 s = .
> StaticTest#test_serves_HEAD_requests_for_files_in_the_public_directory_0 = 0.00 s = .
> StaticTest#test_correctly_ignores_syntactically_invalid_range_requests_0 = 0.00 s = .
> StaticTest#test_passes_to_the_next_handler_when_the_static_option_is_disabled_0 = 0.02 s = .
> StaticTest#test_serves_GET_requests_for_files_in_the_public_directory_0 = 0.00 s = .
> StaticTest#test_serves_files_with_a_URL_encoded_sign_2B_in_the_path_0 = 0.00 s = .
> StaticTest#test_renders_static_assets_with_custom_status_via_options_0 = 0.00 s = .
> StaticTest#test_sets_the_sinatra_static_file_env_variable_if_served_0 = 0.00 s = .
> StaticTest#test_returns_error_416_for_unsatisfiable_range_requests_0 = 0.00 s = .
> StaticTest#test_404s_when_a_file_is_not_found_0 = 0.02 s = .
> StaticTest#test_404s_when_path_traverses_outside_of_public_directory_0 = 0.02 s = .
> StaticTest#test_does_not_serve_DELETE_requests_0 = 0.02 s = .
> StaticTest#test_path_is_escaped_in_404_error_pages_0 = 0.02 s = F
> StaticTest#test_serves_files_when_path_traverses_within_public_directory_0 = 0.00 s = .
> StaticTest#test_does_not_serve_POST_requests_0 = 0.02 s = .
> StaticTest#test_passes_to_the_next_handler_when_the_public_option_is_nil_0 = 0.03 s = .
> StaticTest#test_produces_a_body_that_can_be_iterated_over_multiple_times_0 = 0.00 s = .
> StaticTest#test_does_not_serve_PUT_requests_0 = 0.02 s = .
> StaticTest#test_does_not_serve_directories_0 = 0.02 s = .
> StaticTest#test_sets_cache_control_headers_on_static_files_if_set_0 = 0.00 s = .
> HelpersTest#test_default = 0.00 s = .
> HelpersTest#test_Base_mime_type_registers_mime_type_0 = 0.00 s = .
> NokogiriTest#test_renders_inline_Nokogiri_strings_0 = /usr/lib/ruby/vendor_ruby/tilt.rb:104: warning: possibly useless use of a variable in void context
> 0.00 s = .
> NokogiriTest#test_renders_inline_blocks_0 = 0.00 s = .
> NokogiriTest#test_renders_nokogiri_files_in_views_path_0 = 0.00 s = .
> NokogiriTest#test_renders_with_file_layouts_0 = 0.00 s = .
> NokogiriTest#test_raises_error_if_template_not_found_0 = 0.00 s = .
> NokogiriTest#test_renders_with_inline_layouts_0 = 0.00 s = .
> CreoleTest#test_renders_inline_creole_strings_0 = 0.00 s = .
> CreoleTest#test_can_be_used_in_a_nested_fashion_for_partials_and_whatnot_0 = 0.00 s = .
> CreoleTest#test_renders_creole_files_in_views_path_0 = 0.00 s = .
> CreoleTest#test_renders_with_file_layouts_0 = 0.00 s = .
> CreoleTest#test_raises_error_if_template_not_found_0 = 0.00 s = .
> CreoleTest#test_renders_with_inline_layouts_0 = 0.00 s = .
> ServerTest::TestQuietMode#test_sends_data_to_stderr_when_server_starts_and_stops_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWith_::TestWhenTheResourceHasnTBeenModifiedSinceTheIfModifiedSinceHeaderDate#test_conditional_GET_matches_and_halts_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWith_::TestWhenTheResourceHasnTBeenModifiedSinceTheIfModifiedSinceHeaderDate#test_sets_the_Last_Modified_header_to_a_valid_RFC_2616_date_value_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithInteger::TestWhenTheResourceHasBeenModifiedOnTheExactIfModifiedSinceHeaderDate#test_conditional_GET_matches_and_halts_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithInteger::TestWhenTheResourceHasBeenModifiedOnTheExactIfModifiedSinceHeaderDate#test_sets_the_Last_Modified_header_to_a_valid_RFC_2616_date_value_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithInteger#test_does_not_complain_about_missing_tests_0 = 0.00 s = .
> SettingsTest::TestMethodoverride#test_is_enabled_on_Application_0 = 0.00 s = .
> SettingsTest::TestMethodoverride#test_ignores_bundler_inline_from_callers_0 = 0.00 s = .
> SettingsTest::TestMethodoverride#test_enables_MethodOverride_middleware_0 = 0.00 s = .
> SettingsTest::TestMethodoverride#test_is_backward_compatible_with_methodoverride_0 = 0.00 s = .
> SettingsTest::TestMethodoverride#test_is_disabled_on_Base_0 = 0.00 s = .
> SettingsTest::TestStatic#test_is_disabled_on_Application_by_default_0 = 0.00 s = .
> SettingsTest::TestStatic#test_is_enabled_on_Application_when_root_is_set_and_root_public_folder_exists_0 = 0.00 s = .
> SettingsTest::TestStatic#test_is_enabled_on_Base_when_public_folder_is_set_and_exists_0 = 0.00 s = .
> SettingsTest::TestStatic#test_is_disabled_on_Base_by_default_0 = 0.00 s = .
> SettingsTest::TestStatic#test_is_enabled_on_Application_when_public_folder_is_set_and_exists_0 = 0.00 s = .
> SettingsTest::TestStatic#test_is_possible_to_use_Module_public_0 = 0.00 s = .
> SettingsTest::TestStatic#test_is_enabled_on_Base_when_root_is_set_and_root_public_folder_exists_0 = 0.00 s = .
> SettingsTest::TestStatic#test_is_possible_to_use_the_keyword_public_in_a_sinatra_app_0 = 0.00 s = .
> RdocTest#test_raises_error_if_template_not_found_0 = 0.00 s = .
> RdocTest#test_renders_rdoc_files_in_views_path_0 = 0.03 s = .
> RdocTest#test_renders_with_inline_layouts_0 = 0.00 s = .
> RdocTest#test_renders_inline_rdoc_strings_0 = 0.00 s = .
> RdocTest#test_renders_with_file_layouts_0 = 0.00 s = .
> RdocTest#test_can_be_used_in_a_nested_fashion_for_partials_and_whatnot_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithTime::TestWhenTheResourceHasBeenModifiedOnTheExactIfModifiedSinceHeaderDate#test_conditional_GET_matches_and_halts_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithTime::TestWhenTheResourceHasBeenModifiedOnTheExactIfModifiedSinceHeaderDate#test_sets_the_Last_Modified_header_to_a_valid_RFC_2616_date_value_0 = 0.00 s = .
> HelpersTest::TestLast_modified#test_ignores_nil_0 = 0.00 s = .
> HelpersTest::TestLast_modified#test_does_not_change_a_status_other_than_200_0 = 0.00 s = .
> HelpersTest::TestEtag::TestIdempotentRequests#test_raises_an_ArgumentError_for_an_invalid_strength_0 = 0.00 s = .
> HelpersTest::TestEtag::TestIdempotentRequests#test_returns_200_for_normal_requests_0 = 0.00 s = .
> HelpersTest::TestEtag::TestIdempotentRequests#test_uses_a_weak_etag_with_the_weak_option_0 = 0.00 s = .
> HelpersTest::TestInformational_#test_is_false_for_status_199_0 = 0.00 s = .
> HelpersTest::TestInformational_#test_is_true_for_1xx_status_0 = 0.00 s = .
> HelpersTest::TestInformational_#test_Base_mime_type_registers_mime_type_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithDateTime::TestWhenTheResourceHasnTBeenModifiedSinceTheIfModifiedSinceHeaderDate#test_conditional_GET_matches_and_halts_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithDateTime::TestWhenTheResourceHasnTBeenModifiedSinceTheIfModifiedSinceHeaderDate#test_sets_the_Last_Modified_header_to_a_valid_RFC_2616_date_value_0 = 0.00 s = .
> HelpersTest::TestEtag::TestSafeRequests#test_raises_an_ArgumentError_for_an_invalid_strength_0 = 0.00 s = .
> HelpersTest::TestEtag::TestSafeRequests#test_uses_a_weak_etag_with_the_weak_option_0 = 0.00 s = .
> HelpersTest::TestEtag::TestSafeRequests#test_returns_200_for_normal_requests_0 = 0.00 s = .
> YajlTest#test_decorates_the_json_with_a_variable_0 = 0.00 s = .
> YajlTest#test_raises_error_if_template_not_found_0 = 0.00 s = .
> YajlTest#test_renders_inline_Yajl_strings_0 = 0.00 s = .
> YajlTest#test_accepts_a_scope_option_0 = 0.00 s = .
> YajlTest#test_accepts_a_locals_option_0 = 0.00 s = .
> YajlTest#test_renders_yajl_files_in_views_path_0 = 0.00 s = .
> YajlTest#test_decorates_the_json_with_a_callback_0 = 0.00 s = .
> YajlTest#test_decorates_the_json_with_a_callback_and_a_variable_0 = 0.00 s = .
> HelpersTest::TestLogger#test_does_not_create_a_logger_when_logging_is_set_to_nil_0 = 0.00 s = .
> HelpersTest::TestLogger#test_logging_works_when_logging_is_enabled_0 = 0.00 s = .
> HelpersTest::TestLogger#test_logging_works_when_logging_is_disable_but_no_output_is_produced_0 = 0.00 s = .
> RedcarpetTest#test_raises_error_if_template_not_found_0 = 0.00 s = .
> RedcarpetTest#test_uses_the_correct_engine_0 = 0.00 s = .
> RedcarpetTest#test_renders_markdown_files_in_views_path_0 = 0.00 s = .
> RedcarpetTest#test_renders_with_file_layouts_0 = 0.00 s = .
> RedcarpetTest#test_renders_with_inline_layouts_0 = 0.00 s = .
> RedcarpetTest#test_can_be_used_in_a_nested_fashion_for_partials_and_whatnot_0 = 0.00 s = .
> RedcarpetTest#test_renders_inline_markdown_strings_0 = 0.00 s = .
> HelpersTest::TestExpires#test_allows_passing_Time_at_objects_0 = 0.00 s = .
> HelpersTest::TestExpires#test_accepts_values_pretending_to_be_a_Numeric_like_ActiveSupport_Duration__0 = 0.00 s = .
> HelpersTest::TestExpires#test_allows_passing_Time_now_objects_0 = 0.00 s = .
> HelpersTest::TestExpires#test_sets_the_Cache_Control_header_0 = 0.00 s = .
> HelpersTest::TestExpires#test_sets_the_Expires_header_0 = 0.00 s = .
> HelpersTest::TestExpires#test_fails_when_Time_parse_raises_an_ArgumentError_0 = 0.00 s = .
> HelpersTest::TestCache_control#test_last_argument_does_not_have_to_be_a_hash_0 = 0.00 s = .
> HelpersTest::TestCache_control#test_sets_the_Cache_Control_header_0 = 0.00 s = .
> HelpersTest::TestSend_file#test_sets_the_Content_Disposition_header_when_filename_provided_0 = 0.00 s = .
> HelpersTest::TestSend_file#test_allows_passing_in_a_different_Last_Modified_response_header_with_last_modified_0 = 0.00 s = .
> HelpersTest::TestSend_file#test_does_override_Content_Type_even_if_already_set_if_explicit_type_is_given_0 = 0.00 s = .
> HelpersTest::TestSend_file#test_sets_the_Content_Length_response_header_0 = 0.00 s = .
> HelpersTest::TestSend_file#test_returns_a_404_when_not_found_0 = 0.00 s = .
> HelpersTest::TestSend_file#test_does_not_override_Content_Type_if_already_set_and_no_explicit_type_is_given_0 = 0.00 s = .
> HelpersTest::TestSend_file#test_does_not_raise_an_error_when_disposition_set_to_a_frozen_string_0 = 0.00 s = .
> HelpersTest::TestSend_file#test_sets_the_Content_Type_response_header_if_a_mime_type_can_be_located_0 = 0.00 s = .
> HelpersTest::TestSend_file#test_does_not_set_the_Content_Disposition_header_by_default_0 = 0.00 s = .
> HelpersTest::TestSend_file#test_can_have_status_option_as_a_string_0 = 0.00 s = .
> HelpersTest::TestSend_file#test_does_not_set_add_a_file_name_if_filename_is_false_0 = 0.00 s = .
> HelpersTest::TestSend_file#test_sets_the_Content_Type_response_header_if_type_option_is_set_to_a_file_extension_0 = 0.00 s = .
> HelpersTest::TestSend_file#test_allows_setting_a_custom_status_code_0 = 0.00 s = .
> HelpersTest::TestSend_file#test_sets_the_Last_Modified_response_header_0 = 0.00 s = .
> HelpersTest::TestSend_file#test_sets_the_Content_Disposition_header_when_disposition_set_to_inline__0 = 0.00 s = .
> HelpersTest::TestSend_file#test_is_able_to_send_files_with_unknown_mime_type_0 = 0.00 s = .
> HelpersTest::TestSend_file#test_sets_the_Content_Disposition_header_when_disposition_set_to_attachment__0 = 0.00 s = .
> HelpersTest::TestSend_file#test_sets_the_Content_Type_response_header_if_type_option_is_set_to_a_mime_type_0 = 0.00 s = .
> HelpersTest::TestSend_file#test_sends_the_contents_of_the_file_0 = 0.00 s = .
> ReadmeTest#test_Example_1_0 = 0.00 s = .
> SettingsTest::TestDefault_content_type#test_defaults_to_html_0 = 0.00 s = .
> SettingsTest::TestDefault_content_type#test_may_emit_content_without_a_content_type_to_be_sniffed__0 = 0.00 s = .
> SettingsTest::TestDefault_content_type#test_can_be_disabled_0 = 0.00 s = .
> SettingsTest::TestDefault_content_type#test_can_be_changed_0 = 0.00 s = .
> ServerTest::TestQuietMode::TestWhenQuietModeIsActivated#test_does_not_generate_Sinatra_start_and_stop_messages_0 = 0.00 s = .
> BuilderTest#test_renders_inline_Builder_strings_0 = 0.00 s = .
> BuilderTest#test_renders_inline_blocks_0 = 0.00 s = .
> BuilderTest#test_raises_error_if_template_not_found_0 = 0.00 s = .
> BuilderTest#test_renders_with_file_layouts_0 = 0.00 s = .
> BuilderTest#test_renders_with_inline_layouts_0 = 0.00 s = .
> BuilderTest#test_defaults_allows_setting_content_type_globally_0 = 0.00 s = .
> BuilderTest#test_defaults_content_type_to_xml_0 = 0.00 s = .
> BuilderTest#test_renders_builder_files_in_views_path_0 = 0.00 s = .
> BuilderTest#test_defaults_allows_setting_content_type_per_route_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithDate::TestWhenTheResourceHasnTBeenModifiedSinceTheIfModifiedSinceHeaderDate#test_conditional_GET_matches_and_halts_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithDate::TestWhenTheResourceHasnTBeenModifiedSinceTheIfModifiedSinceHeaderDate#test_sets_the_Last_Modified_header_to_a_valid_RFC_2616_date_value_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWith_#test_does_not_complain_about_missing_tests_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithTime::TestWhenThereSAnInvalidIfModifiedSinceHeader#test_conditional_GET_misses_and_returns_a_body_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithTime::TestWhenThereSAnInvalidIfModifiedSinceHeader#test_sets_the_Last_Modified_header_to_a_valid_RFC_2616_date_value_0 = 0.00 s = .
> ResultTest#test_sets_response_body_when_result_responds_to_each_0 = 0.00 s = .
> ResultTest#test_sets_response_body_when_result_is_a_String_0 = 0.00 s = .
> ResultTest#test_sets_status_and_body_when_result_is_a_two_tuple_0 = 0.00 s = .
> ResultTest#test_sets_response_body_when_result_is_an_Array_of_Strings_0 = 0.00 s = .
> ResultTest#test_raises_a_ArgumentError_when_result_is_a_non_two_or_three_tuple_Array_0 = 0.00 s = .
> ResultTest#test_sets_response_body_to_when_result_is_nil_0 = 0.00 s = .
> ResultTest#test_sets_status_headers_and_body_when_result_is_a_Rack_response_tuple_0 = 0.00 s = .
> ResultTest#test_sets_status_when_result_is_a_Integer_status_code_0 = 0.00 s = .
> SettingsTest::TestShow_exceptions#test_does_not_attempt_to_show_unparseable_query_parameters_0 = 0.00 s = .
> SettingsTest::TestShow_exceptions#test_is_disabled_on_Application_except_in_development_0 = 0.00 s = .
> SettingsTest::TestShow_exceptions#test_does_catch_any_other_exceptions_when_set_to_after_handler_0 = 0.09 s = .
> SettingsTest::TestShow_exceptions#test_is_disabled_on_Base_except_under_development_0 = 0.00 s = .
> SettingsTest::TestShow_exceptions#test_returns_a_friendly_500_0 = 0.03 s = .
> SettingsTest::TestShow_exceptions#test_does_not_override_app_specified_error_handling_when_set_to_after_handler_0 = 0.00 s = .
> AsciidoctorTest#test_can_be_used_in_a_nested_fashion_for_partials_and_whatnot_0 = 0.01 s = .
> AsciidoctorTest#test_renders_asciidoc_files_in_views_path_0 = 0.00 s = .
> AsciidoctorTest#test_raises_error_if_template_not_found_0 = 0.00 s = .
> AsciidoctorTest#test_renders_with_file_layouts_0 = 0.00 s = .
> AsciidoctorTest#test_uses_the_correct_engine_0 = 0.00 s = .
> AsciidoctorTest#test_renders_with_inline_layouts_0 = 0.00 s = .
> AsciidoctorTest#test_renders_inline_AsciiDoc_strings_0 = 0.00 s = .
> HelpersTest::TestEtag::TestSafeRequests::TestIfNoneMatch#test_does_not_change_a_status_code_other_than_2xx_or_304_0 = 0.00 s = .
> HelpersTest::TestEtag::TestSafeRequests::TestIfNoneMatch#test_uses_a_weak_etag_with_the_weak_option_0 = 0.00 s = .
> HelpersTest::TestEtag::TestSafeRequests::TestIfNoneMatch#test_does_not_send_a_body_on_304_status_codes_0 = 0.00 s = .
> HelpersTest::TestEtag::TestSafeRequests::TestIfNoneMatch#test_returns_304_when_If_None_Match_is_the_etag_0 = 0.00 s = .
> HelpersTest::TestEtag::TestSafeRequests::TestIfNoneMatch#test_ignores_If_Modified_Since_if_If_None_Match_does_not_match_0 = 0.00 s = .
> HelpersTest::TestEtag::TestSafeRequests::TestIfNoneMatch#test_raises_an_ArgumentError_for_an_invalid_strength_0 = 0.00 s = .
> HelpersTest::TestEtag::TestSafeRequests::TestIfNoneMatch#test_returns_200_when_If_None_Match_does_not_include_the_etag_0 = 0.00 s = .
> HelpersTest::TestEtag::TestSafeRequests::TestIfNoneMatch#test_returns_304_when_If_None_Match_includes_the_etag_0 = 0.00 s = .
> HelpersTest::TestEtag::TestSafeRequests::TestIfNoneMatch#test_returns_304_when_If_None_Match_is__0 = 0.00 s = .
> HelpersTest::TestEtag::TestSafeRequests::TestIfNoneMatch#test_returns_304_when_If_None_Match_is_for_existing_resources_0 = 0.00 s = .
> HelpersTest::TestEtag::TestSafeRequests::TestIfNoneMatch#test_does_change_2xx_status_codes_0 = 0.00 s = .
> HelpersTest::TestEtag::TestSafeRequests::TestIfNoneMatch#test_returns_200_when_If_None_Match_is_for_new_resources_0 = 0.00 s = .
> MiddlewareTest#test_resets_the_prebuilt_pipeline_when_new_middleware_is_added_0 = 0.00 s = .
> MiddlewareTest#test_handles_params_when_the_params_contains_true_false_values_0 = 0.00 s = .
> MiddlewareTest#test_works_when_app_is_used_as_middleware_0 = 0.00 s = .
> MiddlewareTest#test_runs_in_the_order_defined_0 = 0.00 s = .
> MiddlewareTest#test_handles_keyword_arguments_0 = 0.00 s = .
> MiddlewareTest#test_works_when_middleware_adds_a_frozen_param_0 = 0.00 s = .
> MiddlewareTest#test_is_added_with_Sinatra_Application_use_0 = 0.00 s = .
> SinatraTest#test_responds_to_template_cache_0 = 0.00 s = .
> SinatraTest#test_creates_a_new_Sinatra_Base_subclass_on_new_0 = 0.00 s = .
> MappedErrorTest::TestExceptionMappings#test_never_raises_Sinatra_NotFound_beyond_the_application_0 = 0.00 s = .
> MappedErrorTest::TestExceptionMappings#test_uses_the_Exception_handler_if_no_matching_handler_found_0 = 0.00 s = .
> MappedErrorTest::TestExceptionMappings#test_inherits_error_mappings_from_base_class_0 = 0.00 s = .
> MappedErrorTest::TestExceptionMappings#test_has_a_not_found_method_for_backwards_compatibility_0 = 0.00 s = .
> MappedErrorTest::TestExceptionMappings#test_walks_down_inheritance_chain_for_errors_0 = 0.00 s = .
> MappedErrorTest::TestExceptionMappings#test_allows_an_exception_handler_to_handle_the_exception_0 = 0.00 s = .
> MappedErrorTest::TestExceptionMappings#test_calls_error_handlers_before_raising_errors_even_when_raise_errors_is_set_0 = 0.00 s = .
> MappedErrorTest::TestExceptionMappings#test_passes_the_exception_object_to_the_error_handler_0 = 0.00 s = .
> MappedErrorTest::TestExceptionMappings#test_cascades_for_subclasses_of_Sinatra_NotFound_0 = 0.00 s = .
> MappedErrorTest::TestExceptionMappings#test_invokes_handlers_registered_with_error_when_raised_0 = 0.00 s = .
> MappedErrorTest::TestExceptionMappings#test_does_not_rely_on_Exception_code_for_invalid_codes_0 = 0.00 s = .
> MappedErrorTest::TestExceptionMappings#test_overrides_error_mappings_in_base_class_0 = 0.00 s = .
> MappedErrorTest::TestExceptionMappings#test_allows_a_stack_of_exception_handlers_0 = 0.00 s = .
> MappedErrorTest::TestExceptionMappings#test_raises_errors_from_the_app_when_raise_errors_set_and_no_handler_defined_0 = 0.00 s = .
> MappedErrorTest::TestExceptionMappings#test_favors_subclass_handler_over_superclass_handler_if_available_0 = 0.00 s = .
> MappedErrorTest::TestExceptionMappings#test_allows_an_exception_handler_to_pass_control_to_the_next_exception_handler_0 = 0.00 s = .
> MappedErrorTest::TestExceptionMappings#test_does_not_use_Exception_code_by_default_0 = 0.00 s = .
> MappedErrorTest::TestExceptionMappings#test_honors_Exception_http_status_if_present_0 = 0.00 s = .
> MappedErrorTest::TestExceptionMappings#test_sets_env_sinatra_error_to_the_rescued_exception_0 = 0.00 s = .
> MappedErrorTest::TestExceptionMappings#test_uses_Exception_code_if_use_code_is_enabled_0 = 0.00 s = .
> BaseTest::TestSinatraBaseAsRackMiddleware#test_automatically_forwards_requests_downstream_when_no_matching_route_found_0 = 0.00 s = .
> BaseTest::TestSinatraBaseAsRackMiddleware#test_calls_route_missing_before_forwarding_downstream_0 = 0.00 s = .
> BaseTest::TestSinatraBaseAsRackMiddleware#test_forwards_the_request_downstream_and_integrates_the_response_into_the_current_context_0 = 0.00 s = .
> BaseTest::TestSinatraBaseAsRackMiddleware#test_can_call_the_downstream_app_directly_and_return_result_0 = 0.00 s = .
> BaseTest::TestSinatraBaseAsRackMiddleware#test_sets_content_length_for_last_response_0 = 0.00 s = .
> BaseTest::TestSinatraBaseAsRackMiddleware#test_allows_unicode_strings_in_ascii_templates_per_default_1_9__0 = 0.00 s = .
> BaseTest::TestSinatraBaseAsRackMiddleware#test_exposes_the_downstream_app_0 = 0.00 s = .
> BaseTest::TestSinatraBaseAsRackMiddleware#test_creates_a_middleware_that_responds_to_call_with_new_0 = 0.00 s = .
> BaseTest::TestSinatraBaseAsRackMiddleware#test_allows_ascii_strings_in_unicode_templates_per_default_1_9__0 = 0.00 s = .
> BaseTest::TestSinatraBaseAsRackMiddleware#test_intercepts_requests_0 = 0.00 s = .
> RoutingTest#test_respects_user_agent_preferences_for_the_content_type_0 = 0.00 s = .
> RoutingTest#test_prefers_partly_generic_over_fully_generic_types_0 = 0.00 s = .
> RoutingTest#test_properly_handles_quoted_strings_in_parameters_0 = 0.00 s = .
> RoutingTest#test_sets_response_status_with_halt_0 = 0.00 s = .
> RoutingTest#test_matches_empty_PATH_INFO_to_if_no_route_is_defined_for__0 = 0.00 s = .
> RoutingTest#test_sets_env_sinatra_route_to_the_matched_route_0 = 0.00 s = .
> RoutingTest#test_merges_named_params_and_query_string_params_in_params_0 = 0.00 s = .
> RoutingTest#test_prefers_concrete_over_partly_generic_types_0 = 0.00 s = .
> RoutingTest#test_transitions_to_404_and_sets_X_Cascade_header_when_passed_and_no_subsequent_route_matches_0 = 0.01 s = .
> RoutingTest#test_supports_basic_nested_params_0 = 0.00 s = .
> RoutingTest#test_makes_regular_expression_captures_available_in_params_captures__0 = 0.00 s = .
> RoutingTest#test_returns_empty_when_unmatched_with_any_regex_captures_0 = 0.00 s = .
> RoutingTest#test_filters_by_current_Content_Type_0 = 0.00 s = .
> RoutingTest#test_supports_arrays_within_params_0 = 0.00 s = .
> RoutingTest#test_allows_using_call_to_fire_another_request_internally_0 = 0.00 s = .
> RoutingTest#test_exposes_params_nested_within_arrays_with_indifferent_hash_0 = 0.00 s = .
> RoutingTest#test_halts_with_an_array_of_strings_0 = 0.00 s = .
> RoutingTest#test_raises_an_ArgumentError_with_block_param_arity_1_and_no_values_0 = 0.00 s = .
> RoutingTest#test_makes_original_request_params_available_in_error_handler_0 = 0.00 s = .
> RoutingTest#test_matches_paths_that_include_spaces_encoded_with_20_0 = 0.00 s = .
> RoutingTest#test_halts_with_a_response_tuple_0 = 0.00 s = .
> RoutingTest#test_unescapes_named_parameters_and_splats_0 = 0.00 s = .
> RoutingTest#test_accepts_both_text_xml_and_application_xml_for_xml_0 = 0.00 s = .
> RoutingTest#test_uses_the_default_encoding_for_named_captures_0 = 0.00 s = .
> RoutingTest#test_matches_empty_PATH_INFO_to_if_a_route_is_defined_for__0 = 0.00 s = .
> RoutingTest#test_supports_named_params_like_hello_person_0 = 0.00 s = .
> RoutingTest#test_it_handles_encoded_colons_correctly_0 = 0.01 s = .
> RoutingTest#test_returns_response_immediately_on_halt_0 = 0.00 s = .
> RoutingTest#test_does_not_treat_routes_with_and_without_trailing_slashes_differently_if_strict_paths_is_disabled_0 = 0.00 s = .
> RoutingTest#test_defines_HEAD_request_handlers_with_HEAD_0 = 0.00 s = .
> RoutingTest#test_supports_mixing_multiple_splat_params_like_foo__0 = 0.02 s = .
> RoutingTest#test_defines_GET_request_handlers_with_get_0 = 0.00 s = .
> RoutingTest#test_makes_captures_in_user_agent_pattern_available_in_params_agent__0 = 0.00 s = .
> RoutingTest#test_passes_regular_expression_captures_as_block_parameters_0 = 0.00 s = .
> RoutingTest#test_passes_multiple_params_as_block_parameters_when_many_are_specified_0 = 0.00 s = .
> RoutingTest#test_defines_DELETE_request_handlers_with_delete_0 = 0.00 s = .
> RoutingTest#test_it_handles_encoded_slashes_correctly_0 = 0.00 s = .
> RoutingTest#test_matches_routes_defined_in_superclasses_0 = 0.00 s = .
> RoutingTest#test_allows_using_unicode_0 = 0.00 s = .
> RoutingTest#test_supports_named_captures_like_r_hello_person__0 = 0.00 s = .
> RoutingTest#test_returns_the_route_signature_0 = 0.00 s = .
> RoutingTest#test_accepts_generic_types_0 = 0.00 s = .
> RoutingTest#test_matches_mime_types_with_dots_hyphens_and_plus_signs_0 = 0.00 s = .
> RoutingTest#test_passes_all_params_with_block_param_arity_1_splat_args__0 = 0.00 s = .
> RoutingTest#test_supports_deeply_nested_params_0 = 0.00 s = .
> RoutingTest#test_literally_matches_plus_sign_in_paths_0 = 0.01 s = .
> RoutingTest#test_uses_optional_block_passed_to_pass_as_route_block_if_no_other_route_is_found_and_superclass_has_non_matching_routes_0 = 0.00 s = .
> RoutingTest#test_plays_well_with_other_routing_middleware_0 = 0.00 s = .
> RoutingTest#test_respects_quality_with_generic_types_0 = 0.00 s = .
> RoutingTest#test_takes_multiple_definitions_of_a_route_0 = 0.00 s = .
> RoutingTest#test_raises_a_TypeError_when_pattern_is_not_a_String_or_Regexp_0 = 0.00 s = .
> RoutingTest#test_orders_types_with_equal_quality_by_parameter_count_0 = 0.00 s = .
> RoutingTest#test_passes_to_the_next_route_when_host_name_does_not_match_0 = 0.02 s = .
> RoutingTest#test_exposes_nested_params_with_indifferent_hash_0 = 0.00 s = .
> RoutingTest#test_defines_LINK_request_handlers_with_link_0 = 0.00 s = .
> RoutingTest#test_allows_multiple_mime_types_for_accept_header_0 = 0.00 s = .
> RoutingTest#test_filters_by_accept_header_0 = 0.05 s = .
> RoutingTest#test_matches_a_literal_dot_outside_of_named_params_0 = 0.00 s = .
> RoutingTest#test_raises_an_ArgumentError_with_block_arity_1_and_too_many_values_0 = 0.00 s = .
> RoutingTest#test_defines_UNLINK_request_handlers_with_unlink_0 = 0.00 s = .
> RoutingTest#test_transitions_to_the_next_matching_route_on_pass_0 = 0.00 s = .
> RoutingTest#test_doesn_t_allow_provides_of_passed_routes_to_interfere_with_provides_of_other_routes_0 = 0.00 s = .
> RoutingTest#test_does_not_concatenate_params_with_the_same_name_0 = 0.00 s = .
> RoutingTest#test_handles_missing_mime_types_with_404_0 = 0.02 s = .
> RoutingTest#test_supports_mixing_multiple_splat_params_like_foo_as_block_parameters_0 = 0.00 s = .
> RoutingTest#test_supports_single_splat_params_like__0 = 0.00 s = .
> RoutingTest#test_uses_the_default_encoding_for_block_parameters_0 = 0.00 s = .
> RoutingTest#test_uses_the_default_encoding_for_named_params_0 = 0.00 s = .
> RoutingTest#test_handles_params_without_a_value_0 = 0.00 s = .
> RoutingTest#test_URL_decodes_named_parameters_and_splats_0 = 0.00 s = .
> RoutingTest#test_adds_hostname_condition_when_it_is_in_options_0 = 0.01 s = .
> RoutingTest#test_allows_custom_route_conditions_to_be_set_via_route_options_0 = 0.00 s = .
> RoutingTest#test_supports_optional_named_params_like_foo_bar__0 = 0.00 s = .
> RoutingTest#test_matches_routes_in_subclasses_before_superclasses_0 = 0.00 s = .
> RoutingTest#test_supports_regular_expression_look_alike_routes_0 = 0.00 s = .
> RoutingTest#test_captures_the_custom_exception_message_of_a_BadRequest_0 = 0.00 s = .
> RoutingTest#test_defines_PATCH_request_handlers_with_patch_0 = 0.00 s = .
> RoutingTest#test_succeeds_if_no_block_parameters_are_specified_0 = 0.00 s = .
> RoutingTest#test_404s_and_does_not_set_X_Cascade_header_when_no_route_satisfies_the_request_and_x_cascade_has_been_disabled_0 = 0.01 s = .
> RoutingTest#test_treats_routes_with_and_without_trailing_slashes_differently_0 = 0.00 s = .
> RoutingTest#test_accepts_both_text_javascript_and_application_javascript_for_js_0 = 0.00 s = .
> RoutingTest#test_uses_optional_block_passed_to_pass_as_route_block_if_no_other_route_is_found_0 = 0.00 s = .
> RoutingTest#test_400s_when_request_params_contain_conflicting_types_0 = 0.00 s = .
> RoutingTest#test_captures_the_exception_message_of_a_raised_BadRequest_0 = 0.00 s = .
> RoutingTest#test_uses_404_error_handler_for_not_matching_route_0 = 0.00 s = .
> RoutingTest#test_literally_matches_dot_in_paths_0 = 0.02 s = .
> RoutingTest#test_matches_paths_that_include_ampersands_0 = 0.00 s = .
> RoutingTest#test_matches_paths_that_include_spaces_encoded_with__0 = 0.00 s = .
> RoutingTest#test_404s_and_sets_X_Cascade_header_when_no_route_satisfies_the_request_0 = 0.01 s = .
> RoutingTest#test_passes_when_matching_condition_returns_false_0 = 0.01 s = .
> RoutingTest#test_defines_OPTIONS_request_handlers_with_options_0 = 0.00 s = .
> RoutingTest#test_ignores_the_quality_parameter_when_ordering_by_parameter_count_0 = 0.00 s = .
> RoutingTest#test_literally_matches_parens_in_paths_when_escaped_0 = 0.00 s = .
> RoutingTest#test_transitions_to_404_when_passed_and_no_subsequent_route_matches_0 = 0.02 s = .
> RoutingTest#test_supports_optional_named_captures_like_r_page_format__0 = 0.00 s = .
> RoutingTest#test_captures_the_exception_message_of_a_raised_NotFound_0 = 0.01 s = F
> RoutingTest#test_preserves_non_nested_params_0 = 0.00 s = .
> RoutingTest#test_raises_an_ArgumentError_with_block_param_arity_1_and_too_many_values_0 = 0.00 s = .
> RoutingTest#test_matches_a_dot_as_part_of_a_named_param_0 = 0.00 s = .
> RoutingTest#test_treats_missing_user_agent_like_an_empty_string_0 = 0.00 s = .
> RoutingTest#test_defines_PUT_request_handlers_with_put_0 = 0.00 s = .
> RoutingTest#test_supports_regular_expressions_0 = 0.00 s = .
> RoutingTest#test_supplies_a_default_quality_of_1_0_0 = 0.00 s = .
> RoutingTest#test_unescapes_regular_expression_captures_0 = 0.00 s = .
> RoutingTest#test_defines_POST_request_handlers_with_post_0 = 0.00 s = .
> RoutingTest#test_does_not_convert_plus_sign_into_space_as_the_value_of_a_named_param_0 = 0.00 s = .
> RoutingTest#test_recalculates_body_length_correctly_for_404_response_0 = 0.01 s = F
> RoutingTest#test_makes_regular_expression_captures_available_in_params_captures_for_concatenated_routes_0 = 0.00 s = .
> RoutingTest#test_passes_a_single_url_param_as_block_parameters_when_one_param_is_specified_0 = 0.00 s = .
> RoutingTest#test_404s_when_no_route_satisfies_the_request_0 = 0.01 s = .
> RoutingTest#test_literally_matches_dollar_sign_in_paths_0 = 0.00 s = .
> RoutingTest#test_matches_content_type_to_mime_type_0 = 0.00 s = .
> RoutingTest#test_prefers_concrete_over_fully_generic_types_0 = 0.00 s = .
> RoutingTest#test_passes_to_the_next_route_when_user_agent_does_not_match_0 = 0.02 s = .
> RoutingTest#test_exposes_params_with_indifferent_hash_0 = 0.00 s = .
> RoutingTest#test_does_not_pass_when_matching_condition_returns_nil_0 = 0.00 s = .
> RoutingTest#test_overrides_the_content_type_in_error_handlers_0 = 0.00 s = .
> RoutingTest#test_raises_an_ArgumentError_with_block_param_arity_1_and_too_few_values_0 = 0.00 s = .
> RoutingTest#test_supports_mixing_named_and_splat_params_like_foo__0 = 0.00 s = .
> RoutingTest#test_passes_to_next_route_when_condition_calls_pass_explicitly_0 = 0.02 s = .
> HelpersTest::TestLast_modified::TestWithDateTime::TestWhenThereSAnInvalidIfModifiedSinceHeader#test_conditional_GET_misses_and_returns_a_body_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithDateTime::TestWhenThereSAnInvalidIfModifiedSinceHeader#test_sets_the_Last_Modified_header_to_a_valid_RFC_2616_date_value_0 = 0.00 s = .
> SettingsTest::TestLock#test_is_disabled_by_default_0 = 0.00 s = .
> SettingsTest::TestBind#test_defaults_to_0_0_0_0_0 = 0.00 s = .
> MarukuTest#test_renders_inline_markdown_strings_0 = 0.00 s = .
> MarukuTest#test_can_be_used_in_a_nested_fashion_for_partials_and_whatnot_0 = 0.00 s = .
> MarukuTest#test_uses_the_correct_engine_0 = 0.00 s = .
> MarukuTest#test_raises_error_if_template_not_found_0 = 0.00 s = .
> MarukuTest#test_renders_with_file_layouts_0 = 0.00 s = .
> MarukuTest#test_renders_with_inline_layouts_0 = 0.00 s = .
> MarukuTest#test_renders_markdown_files_in_views_path_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithDate#test_does_not_complain_about_missing_tests_0 = 0.00 s = .
> SettingsTest::TestSessions#test_is_disabled_on_Application_0 = 0.00 s = .
> SettingsTest::TestSessions#test_is_disabled_on_Base_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithDate::TestWhenThereSAnInvalidIfModifiedSinceHeader#test_conditional_GET_misses_and_returns_a_body_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithDate::TestWhenThereSAnInvalidIfModifiedSinceHeader#test_sets_the_Last_Modified_header_to_a_valid_RFC_2616_date_value_0 = 0.00 s = .
> SettingsTest::TestApp_file#test_is_nil_for_base_classes_0 = 0.00 s = .
> SettingsTest::TestApp_file#test_defaults_to_the_file_subclassing_0 = 0.00 s = .
> HelpersTest::TestEtag::TestPostRequests#test_raises_an_ArgumentError_for_an_invalid_strength_0 = 0.00 s = .
> HelpersTest::TestEtag::TestPostRequests#test_returns_200_for_normal_requests_0 = 0.00 s = .
> HelpersTest::TestEtag::TestPostRequests#test_uses_a_weak_etag_with_the_weak_option_0 = 0.00 s = .
> HelpersTest::TestEtag#test_raises_an_ArgumentError_for_an_invalid_strength_0 = 0.00 s = .
> HelpersTest::TestEtag#test_uses_a_weak_etag_with_the_weak_option_0 = 0.00 s = .
> SettingsTest::TestRun#test_is_enabled_on_Application_except_in_test_environment_0 = 0.00 s = .
> SettingsTest::TestRun#test_is_disabled_on_Base_0 = 0.00 s = .
> SassTest#test_ignores_the_layout_option_0 = 0.00 s = .
> SassTest#test_merges_the_default_SASS_options_with_the_overrides_0 = DEPRECATION WARNING on line 105 of /usr/lib/ruby/vendor_ruby/tilt.rb:
> Old-style properties like ":background-color white" are deprecated and will be an error in future versions of Sass.
> Use "background-color: white" instead.
> 
> DEPRECATION WARNING on line 106 of /usr/lib/ruby/vendor_ruby/tilt.rb:
> Old-style properties like ":color black" are deprecated and will be an error in future versions of Sass.
> Use "color: black" instead.
> 
> 0.01 s = .
> SassTest#test_passes_SASS_options_to_the_Sass_engine_0 = 0.00 s = .
> SassTest#test_passes_default_SASS_options_to_the_Sass_engine_0 = 0.00 s = .
> SassTest#test_defaults_content_type_to_css_0 = 0.00 s = .
> SassTest#test_defaults_allows_setting_content_type_globally_0 = 0.00 s = .
> SassTest#test_renders_inline_Sass_strings_0 = 0.00 s = .
> SassTest#test_defaults_allows_setting_content_type_per_route_0 = 0.00 s = .
> SassTest#test_raises_error_if_template_not_found_0 = 0.00 s = .
> SassTest#test_renders_sass_files_in_views_path_0 = 0.00 s = .
> HelpersTest::TestHeaders#test_returns_the_response_headers_hash_when_no_hash_provided_0 = 0.00 s = .
> HelpersTest::TestHeaders#test_Base_mime_type_registers_mime_type_0 = 0.00 s = .
> HelpersTest::TestHeaders#test_sets_headers_on_the_response_object_when_given_a_Hash_0 = 0.00 s = .
> DelegatorTest#test_delegates_delete_with_block_0 = 0.00 s = .
> DelegatorTest#test_delegates_enable_0 = 0.00 s = .
> DelegatorTest#test_delegates_put_with_block_0 = 0.00 s = .
> DelegatorTest#test_delegates_delete_with_arguments_0 = 0.00 s = .
> DelegatorTest#test_delegates_development__0 = 0.00 s = .
> DelegatorTest#test_delegates_mime_type_0 = 0.00 s = .
> DelegatorTest#test_delegates_after_0 = 0.00 s = .
> DelegatorTest#test_delegates_put_0 = 0.00 s = .
> DelegatorTest#test_delegates_helpers_with_arguments_0 = 0.00 s = .
> DelegatorTest#test_delegates_settings_with_block_0 = 0.00 s = .
> DelegatorTest#test_delegates_before_0 = 0.00 s = .
> DelegatorTest#test_delegates_layout_0 = 0.00 s = .
> DelegatorTest#test_delegates_options_correctly_0 = 0.00 s = .
> DelegatorTest#test_delegates_before_with_arguments_0 = 0.00 s = .
> DelegatorTest#test_delegates_layout_with_block_0 = 0.00 s = .
> DelegatorTest#test_delegates_enable_with_arguments_0 = 0.00 s = .
> DelegatorTest#test_delegates_set_with_block_0 = 0.00 s = .
> DelegatorTest#test_delegates_get_with_block_0 = 0.00 s = .
> DelegatorTest#test_delegates_enable_with_block_0 = 0.00 s = .
> DelegatorTest#test_delegates_configure_with_block_0 = 0.00 s = .
> DelegatorTest#test_delegates_template_0 = 0.00 s = .
> DelegatorTest#test_delegates_set_with_arguments_0 = 0.00 s = .
> DelegatorTest#test_delegates_patch_with_block_0 = 0.00 s = .
> DelegatorTest#test_delegates_options_with_block_0 = 0.00 s = .
> DelegatorTest#test_delegates_test__0 = 0.00 s = .
> DelegatorTest#test_delegates_before_with_keyword_arguments_correctly_0 = 0.00 s = .
> DelegatorTest#test_delegates_unlink_correctly_0 = 0.00 s = .
> DelegatorTest#test_delegates_patch_with_arguments_0 = 0.00 s = .
> DelegatorTest#test_delegates_configure_0 = 0.00 s = .
> DelegatorTest#test_delegates_post_with_block_0 = 0.00 s = .
> DelegatorTest#test_delegates_disable_with_block_0 = 0.00 s = .
> DelegatorTest#test_delegates_production_with_arguments_0 = 0.00 s = .
> DelegatorTest#test_delegates_options_0 = 0.00 s = .
> DelegatorTest#test_registers_middleware_with_the_delegation_target_0 = 0.00 s = .
> DelegatorTest#test_delegates_post_correctly_0 = 0.00 s = .
> DelegatorTest#test_delegates_test_with_block_0 = 0.00 s = .
> DelegatorTest#test_delegates_use_with_block_0 = 0.00 s = .
> DelegatorTest#test_delegates_development_with_arguments_0 = 0.00 s = .
> DelegatorTest#test_delegates_post_with_arguments_0 = 0.00 s = .
> DelegatorTest#test_delegates_template_with_block_0 = 0.00 s = .
> DelegatorTest#test_delegates_test_with_arguments_0 = 0.00 s = .
> DelegatorTest#test_should_work_with_method_missing_proxies_for_options_0 = 0.00 s = .
> DelegatorTest#test_delegates_before_with_block_0 = 0.00 s = .
> DelegatorTest#test_delegates_mime_type_with_block_0 = 0.00 s = .
> DelegatorTest#test_delegates_delete_0 = 0.00 s = .
> DelegatorTest#test_delegates_helpers_0 = 0.00 s = .
> DelegatorTest#test_delegates_get_with_arguments_0 = 0.00 s = .
> DelegatorTest#test_delegates_layout_with_arguments_0 = 0.00 s = .
> DelegatorTest#test_delegates_options_with_arguments_0 = 0.00 s = .
> DelegatorTest#test_delegates_not_found_with_arguments_0 = 0.00 s = .
> DelegatorTest#test_delegates_post_0 = 0.00 s = .
> DelegatorTest#test_defaults_to_Sinatra_Application_as_target_0 = 0.00 s = .
> DelegatorTest#test_delegates_configure_with_arguments_0 = 0.00 s = .
> DelegatorTest#test_delegates_error_0 = 0.00 s = .
> DelegatorTest#test_delegates_use_0 = 0.00 s = .
> DelegatorTest#test_delegates_head_correctly_0 = 0.00 s = .
> DelegatorTest#test_delegates_not_found_0 = 0.00 s = .
> DelegatorTest#test_delegates_put_correctly_0 = 0.00 s = .
> DelegatorTest#test_delegates_error_with_arguments_0 = 0.00 s = .
> DelegatorTest#test_delegates_settings_with_arguments_0 = 0.00 s = .
> DelegatorTest#test_delegates_settings_0 = 0.00 s = .
> DelegatorTest#test_delegates_head_with_arguments_0 = 0.00 s = .
> DelegatorTest#test_delegates_head_with_block_0 = 0.00 s = .
> DelegatorTest#test_delegates_disable_0 = 0.00 s = .
> DelegatorTest#test_delegates_helpers_with_block_0 = 0.00 s = .
> DelegatorTest#test_delegates_patch_correctly_0 = 0.00 s = .
> DelegatorTest#test_delegates_crazy_method_names_0 = 0.00 s = .
> DelegatorTest#test_delegates_disable_with_arguments_0 = 0.00 s = .
> DelegatorTest#test_delegates_put_with_arguments_0 = 0.00 s = .
> DelegatorTest#test_delegates_after_with_arguments_0 = 0.00 s = .
> DelegatorTest#test_delegates_get_correctly_0 = 0.00 s = .
> DelegatorTest#test_delegates_set_0 = 0.00 s = .
> DelegatorTest#test_delegates_patch_0 = 0.00 s = .
> DelegatorTest#test_delegates_error_with_block_0 = 0.00 s = .
> DelegatorTest#test_delegates_head_0 = 0.00 s = .
> DelegatorTest#test_delegates_development_with_block_0 = 0.00 s = .
> DelegatorTest#test_delegates_after_with_block_0 = 0.00 s = .
> DelegatorTest#test_delegates_use_with_arguments_0 = 0.00 s = .
> DelegatorTest#test_delegates_link_correctly_0 = 0.00 s = .
> DelegatorTest#test_delegates_not_found_with_block_0 = 0.00 s = .
> DelegatorTest#test_registers_helpers_with_the_delegation_target_0 = 0.00 s = .
> DelegatorTest#test_delegates_production_with_block_0 = 0.00 s = .
> DelegatorTest#test_delegates_mime_type_with_arguments_0 = 0.00 s = .
> DelegatorTest#test_delegates_production__0 = 0.00 s = .
> DelegatorTest#test_delegates_template_with_arguments_0 = 0.00 s = .
> DelegatorTest#test_registers_extensions_with_the_delegation_target_0 = 0.00 s = .
> DelegatorTest#test_delegates_delete_correctly_0 = 0.00 s = .
> DelegatorTest#test_delegates_get_0 = 0.00 s = .
> MappedErrorTest#test_default = 0.00 s = .
> HelpersTest::TestBody#test_Base_mime_type_registers_mime_type_0 = 0.00 s = .
> HelpersTest::TestBody#test_can_be_used_with_other_objects_0 = 0.00 s = .
> HelpersTest::TestBody#test_takes_a_block_for_deferred_body_generation_0 = 0.00 s = .
> HelpersTest::TestBody#test_can_be_set_in_after_filter_0 = 0.00 s = .
> HelpersTest::TestBody#test_takes_a_String_Array_or_other_object_responding_to_each_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithInteger::TestWhenThereSNoIfModifiedSinceHeader#test_conditional_GET_misses_and_returns_a_body_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithInteger::TestWhenThereSNoIfModifiedSinceHeader#test_sets_the_Last_Modified_header_to_a_valid_RFC_2616_date_value_0 = 0.00 s = .
> SettingsTest::TestRoot#test_is_nil_if_app_file_is_not_set_0 = 0.00 s = .
> SettingsTest::TestRoot#test_is_equal_to_the_expanded_basename_of_app_file_0 = 0.00 s = .
> HelpersTest::TestEtag::TestSafeRequests::TestIfMatch#test_returns_200_when_If_Match_includes_the_etag_0 = 0.00 s = .
> HelpersTest::TestEtag::TestSafeRequests::TestIfMatch#test_returns_200_when_If_Match_is__0 = 0.00 s = .
> HelpersTest::TestEtag::TestSafeRequests::TestIfMatch#test_returns_200_when_If_Match_is_for_existing_resources_0 = 0.00 s = .
> HelpersTest::TestEtag::TestSafeRequests::TestIfMatch#test_returns_412_when_If_Match_does_not_include_the_etag_0 = 0.00 s = .
> HelpersTest::TestEtag::TestSafeRequests::TestIfMatch#test_uses_a_weak_etag_with_the_weak_option_0 = 0.00 s = .
> HelpersTest::TestEtag::TestSafeRequests::TestIfMatch#test_raises_an_ArgumentError_for_an_invalid_strength_0 = 0.00 s = .
> HelpersTest::TestEtag::TestSafeRequests::TestIfMatch#test_returns_200_when_If_Match_is_the_etag_0 = 0.00 s = .
> HelpersTest::TestEtag::TestSafeRequests::TestIfMatch#test_returns_412_when_If_Match_is_for_new_resources_0 = 0.00 s = .
> StreamingTest#test_returns_the_concatenated_body_0 = 0.00 s = .
> StreamingTest#test_always_yields_strings_0 = 0.00 s = .
> StreamingTest#test_sets_up_async_close_if_available_0 = 0.00 s = .
> StreamingTest#test_has_a_public_interface_to_inspect_its_open_closed_state_0 = 0.00 s = .
> StreamingTest#test_allows_adding_more_than_one_callback_0 = 0.00 s = .
> StreamingTest#test_calls_the_callback_after_it_is_done_0 = 0.00 s = .
> StreamingTest#test_gives_access_to_route_specific_params_0 = 0.00 s = .
> StreamingTest#test_allows_dropping_in_another_scheduler_0 = 0.00 s = .
> StreamingTest#test_schedules_exceptions_to_be_raised_on_the_main_thread_event_loop__0 = 0.00 s = .
> StreamingTest#test_postpones_body_generation_0 = 0.00 s = .
> StreamingTest#test_does_not_trigger_an_infinite_loop_if_you_call_close_in_a_callback_0 = 0.00 s = .
> StreamingTest#test_does_not_trigger_the_callback_if_close_is_set_to_keep_open_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithTime#test_does_not_complain_about_missing_tests_0 = 0.00 s = .
> BaseTest#test_allows_ascii_strings_in_unicode_templates_per_default_1_9__0 = 0.00 s = .
> BaseTest#test_allows_unicode_strings_in_ascii_templates_per_default_1_9__0 = 0.00 s = .
> HelpersTest::TestError#test_should_not_invoke_error_handler_when_halting_with_500_inside_an_error_handler_0 = 0.00 s = .
> HelpersTest::TestError#test_should_not_invoke_error_handler_when_setting_status_inside_an_error_handler_0 = 0.00 s = .
> HelpersTest::TestError#test_uses_a_500_status_code_when_first_argument_is_a_body_0 = 0.00 s = .
> HelpersTest::TestError#test_takes_an_optional_body_0 = 0.00 s = .
> HelpersTest::TestError#test_should_not_reset_the_content_type_to_html_for_error_handlers_0 = 0.00 s = .
> HelpersTest::TestError#test_Base_mime_type_registers_mime_type_0 = 0.00 s = .
> HelpersTest::TestError#test_should_not_invoke_not_found_handler_when_halting_with_404_inside_a_not_found_handler_0 = 0.00 s = .
> HelpersTest::TestError#test_sets_a_status_code_and_halts_0 = 0.00 s = .
> SettingsTest::TestRaise_errors#test_is_enabled_on_Base_only_in_test_0 = 0.00 s = .
> SettingsTest::TestRaise_errors#test_is_enabled_on_Application_only_in_test_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithDateTime::TestWhenTheResourceHasBeenModifiedOnTheExactIfModifiedSinceHeaderDate#test_conditional_GET_matches_and_halts_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithDateTime::TestWhenTheResourceHasBeenModifiedOnTheExactIfModifiedSinceHeaderDate#test_sets_the_Last_Modified_header_to_a_valid_RFC_2616_date_value_0 = 0.00 s = .
> ErubisTest#test_renders_with_file_layouts_0 = 0.00 s = .
> ErubisTest#test_renders_inline_ERB_strings_0 = 0.00 s = .
> ErubisTest#test_renders_erb_with_blocks_0 = 0.00 s = .
> ErubisTest#test_renders_with_inline_layouts_0 = 0.00 s = .
> ErubisTest#test_can_render_truly_nested_layouts_by_accepting_a_layout_and_a_block_with_the_contents_0 = 0.00 s = .
> ErubisTest#test_can_be_used_in_a_nested_fashion_for_partials_and_whatnot_0 = 0.00 s = .
> ErubisTest#test_takes_a_locals_option_0 = 0.00 s = .
> ErubisTest#test_uses_the_correct_engine_0 = 0.00 s = .
> ErubisTest#test_renders_erb_files_in_views_path_0 = 0.00 s = .
> HelpersTest::TestEtag::TestPostRequests::TestIfNoneMatch#test_raises_an_ArgumentError_for_an_invalid_strength_0 = 0.00 s = .
> HelpersTest::TestEtag::TestPostRequests::TestIfNoneMatch#test_returns_200_when_If_None_Match_is_for_new_resources_0 = 0.00 s = .
> HelpersTest::TestEtag::TestPostRequests::TestIfNoneMatch#test_returns_200_when_If_None_Match_is__0 = 0.00 s = .
> HelpersTest::TestEtag::TestPostRequests::TestIfNoneMatch#test_returns_200_when_If_None_Match_does_not_include_the_etag_0 = 0.00 s = .
> HelpersTest::TestEtag::TestPostRequests::TestIfNoneMatch#test_uses_a_weak_etag_with_the_weak_option_0 = 0.00 s = .
> HelpersTest::TestEtag::TestPostRequests::TestIfNoneMatch#test_returns_412_when_If_None_Match_is_the_etag_0 = 0.00 s = .
> HelpersTest::TestEtag::TestPostRequests::TestIfNoneMatch#test_ignores_If_Modified_Since_if_If_None_Match_does_not_match_0 = 0.00 s = .
> HelpersTest::TestEtag::TestPostRequests::TestIfNoneMatch#test_returns_412_when_If_None_Match_includes_the_etag_0 = 0.00 s = .
> HelpersTest::TestEtag::TestPostRequests::TestIfNoneMatch#test_returns_412_when_If_None_Match_is_for_existing_resources_0 = 0.00 s = .
> ERBTest#test_renders_erb_with_blocks_0 = 0.00 s = .
> ERBTest#test_uses_the_correct_engine_0 = 0.00 s = .
> ERBTest#test_can_be_used_in_a_nested_fashion_for_partials_and_whatnot_0 = 0.00 s = .
> ERBTest#test_renders_erb_files_in_views_path_0 = 0.00 s = .
> ERBTest#test_renders_with_file_layouts_0 = 0.00 s = .
> ERBTest#test_renders_with_inline_layouts_0 = 0.00 s = .
> ERBTest#test_renders_inline_ERB_strings_0 = 0.00 s = .
> ERBTest#test_can_render_truly_nested_layouts_by_accepting_a_layout_and_a_block_with_the_contents_0 = 0.00 s = .
> ERBTest#test_takes_a_locals_option_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithDate::TestIfUnmodifiedSince#test_results_in_200_if_resource_has_not_been_modified_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithDate::TestIfUnmodifiedSince#test_results_in_412_if_resource_has_been_modified_0 = 0.00 s = .
> AfterFilterTest#test_allows_redirects_0 = 0.00 s = .
> AfterFilterTest#test_takes_an_optional_route_pattern_0 = 0.00 s = .
> AfterFilterTest#test_runs_filters_defined_in_superclasses_0 = 0.00 s = .
> AfterFilterTest#test_does_not_modify_the_response_with_its_return_value_0 = 0.00 s = .
> AfterFilterTest#test_is_possible_to_apply_user_agent_conditions_to_after_filters_with_a_path_0 = 0.03 s = .
> AfterFilterTest#test_does_modify_the_response_with_halt_0 = 0.00 s = .
> AfterFilterTest#test_is_possible_to_access_url_params_from_the_route_param_0 = 0.00 s = .
> AfterFilterTest#test_executes_before_and_after_filters_in_correct_order_0 = 0.00 s = .
> AfterFilterTest#test_is_possible_to_apply_host_name_conditions_to_before_filters_with_a_path_0 = 0.03 s = .
> AfterFilterTest#test_respects_content_type_set_in_superclass_filter_0 = 0.00 s = .
> AfterFilterTest#test_is_possible_to_apply_user_agent_conditions_to_after_filters_with_no_path_0 = 0.00 s = .
> AfterFilterTest#test_does_not_run_after_filter_when_serving_static_files_0 = 0.00 s = .
> AfterFilterTest#test_can_add_params_on_named_parameters_path_0 = 0.00 s = .
> AfterFilterTest#test_only_triggers_provides_condition_if_conforms_with_current_Content_Type_0 = 0.00 s = .
> AfterFilterTest#test_can_catch_exceptions_in_after_filters_and_handle_them_properly_0 = 0.00 s = .
> AfterFilterTest#test_can_add_params_0 = 0.00 s = .
> AfterFilterTest#test_is_possible_to_apply_host_name_conditions_to_after_filters_with_a_path_0 = 0.03 s = .
> AfterFilterTest#test_can_add_params_on_a_single_path_0 = 0.00 s = .
> AfterFilterTest#test_changes_to_path_info_from_a_pattern_matching_before_filter_are_respected_when_routing_0 = 0.00 s = .
> AfterFilterTest#test_is_possible_to_apply_host_name_conditions_to_before_filters_with_no_path_0 = 0.00 s = .
> AfterFilterTest#test_can_remove_params_0 = 0.00 s = .
> AfterFilterTest#test_generates_block_arguments_from_route_pattern_0 = 0.00 s = .
> AfterFilterTest#test_is_possible_to_apply_user_agent_conditions_to_before_filters_with_no_path_0 = 0.00 s = .
> AfterFilterTest#test_executes_filters_in_the_order_defined_0 = 0.00 s = .
> AfterFilterTest#test_is_possible_to_apply_user_agent_conditions_to_before_filters_with_a_path_0 = 0.03 s = .
> AfterFilterTest#test_is_possible_to_apply_host_name_conditions_to_after_filters_with_no_path_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithInteger::TestWhenThereSAnInvalidIfModifiedSinceHeader#test_conditional_GET_misses_and_returns_a_body_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithInteger::TestWhenThereSAnInvalidIfModifiedSinceHeader#test_sets_the_Last_Modified_header_to_a_valid_RFC_2616_date_value_0 = 0.00 s = .
> HelpersTest::TestEtag::TestPostRequests::TestIfMatch#test_returns_200_when_If_Match_is_for_existing_resources_0 = 0.00 s = .
> HelpersTest::TestEtag::TestPostRequests::TestIfMatch#test_raises_an_ArgumentError_for_an_invalid_strength_0 = 0.00 s = .
> HelpersTest::TestEtag::TestPostRequests::TestIfMatch#test_returns_200_when_If_Match_includes_the_etag_0 = 0.00 s = .
> HelpersTest::TestEtag::TestPostRequests::TestIfMatch#test_returns_412_when_If_Match_does_not_include_the_etag_0 = 0.00 s = .
> HelpersTest::TestEtag::TestPostRequests::TestIfMatch#test_returns_412_when_If_Match_is__0 = 0.00 s = .
> HelpersTest::TestEtag::TestPostRequests::TestIfMatch#test_returns_200_when_If_Match_is_the_etag_0 = 0.00 s = .
> HelpersTest::TestEtag::TestPostRequests::TestIfMatch#test_returns_412_when_If_Match_is_for_new_resources_0 = 0.00 s = .
> HelpersTest::TestEtag::TestPostRequests::TestIfMatch#test_uses_a_weak_etag_with_the_weak_option_0 = 0.00 s = .
> MappedErrorTest::TestCustomErrorPages#test_allows_ranges_of_status_code_mappings_to_be_registered_with_error_0 = 0.00 s = .
> MappedErrorTest::TestCustomErrorPages#test_allows_numeric_status_code_mappings_to_be_registered_with_error_0 = 0.00 s = .
> MappedErrorTest::TestCustomErrorPages#test_allows_passing_more_than_one_range_0 = 0.00 s = .
> HelpersTest::TestNot_found_#test_is_false_for_status_gt_404_0 = 0.00 s = .
> HelpersTest::TestNot_found_#test_is_true_for_status_404_0 = 0.00 s = .
> HelpersTest::TestNot_found_#test_Base_mime_type_registers_mime_type_0 = 0.00 s = .
> HelpersTest::TestNot_found_#test_is_false_for_status_lt_404_0 = 0.00 s = .
> SettingsTest::TestLogging#test_is_disabled_on_Base_0 = 0.00 s = .
> SettingsTest::TestLogging#test_is_enabled_on_Application_except_in_test_environment_0 = 0.00 s = .
> HelpersTest::TestNot_found#test_halts_with_a_404_status_0 = 0.00 s = .
> HelpersTest::TestNot_found#test_does_not_set_a_X_Cascade_header_0 = 0.00 s = .
> HelpersTest::TestNot_found#test_Base_mime_type_registers_mime_type_0 = 0.00 s = .
> SettingsTest::TestViews#test_is_set_to_root_joined_with_views__0 = 0.00 s = .
> SettingsTest::TestViews#test_is_nil_if_root_is_not_set_0 = 0.00 s = .
> HelpersTest::TestMime_type#test_returns_nil_when_media_type_not_registered_0 = 0.00 s = .
> HelpersTest::TestMime_type#test_Base_mime_type_registers_mime_type_0 = 0.00 s = .
> HelpersTest::TestMime_type#test_looks_up_mime_types_in_Rack_s_MIME_registry_0 = 0.00 s = .
> HelpersTest::TestMime_type#test_returns_the_argument_when_given_a_media_type_string_0 = 0.00 s = .
> HelpersTest::TestMime_type#test_turns_AcceptEntry_into_String_0 = 0.00 s = .
> HelpersTest::TestMime_type#test_returns_nil_when_given_nil_0 = 0.00 s = .
> TextileTest#test_can_be_used_in_a_nested_fashion_for_partials_and_whatnot_0 = 0.00 s = .
> TextileTest#test_renders_textile_files_in_views_path_0 = 0.00 s = .
> TextileTest#test_renders_with_file_layouts_0 = 0.00 s = .
> TextileTest#test_renders_inline_textile_strings_0 = 0.00 s = .
> TextileTest#test_renders_with_inline_layouts_0 = 0.00 s = .
> TextileTest#test_raises_error_if_template_not_found_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithDate::TestWhenThereSNoIfModifiedSinceHeader#test_conditional_GET_misses_and_returns_a_body_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithDate::TestWhenThereSNoIfModifiedSinceHeader#test_sets_the_Last_Modified_header_to_a_valid_RFC_2616_date_value_0 = 0.00 s = .
> SlimTest#test_renders_with_file_layouts_0 = 0.01 s = .
> SlimTest#test_renders_slim_files_in_views_path_0 = 0.00 s = .
> SlimTest#test_can_render_truly_nested_layouts_by_accepting_a_layout_and_a_block_with_the_contents_0 = 0.01 s = .
> SlimTest#test_passes_default_slim_options_to_the_slim_engine_0 = 0.00 s = .
> SlimTest#test_renders_with_inline_layouts_0 = 0.01 s = .
> SlimTest#test_merges_the_default_slim_options_with_the_overrides_and_passes_them_to_the_slim_engine_0 = 0.01 s = .
> SlimTest#test_raises_error_if_template_not_found_0 = 0.00 s = .
> SlimTest#test_passes_slim_options_to_the_slim_engine_0 = 0.00 s = .
> SlimTest#test_renders_inline_slim_strings_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithDateTime::TestWhenThereSNoIfModifiedSinceHeader#test_conditional_GET_misses_and_returns_a_body_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithDateTime::TestWhenThereSNoIfModifiedSinceHeader#test_sets_the_Last_Modified_header_to_a_valid_RFC_2616_date_value_0 = 0.00 s = .
> TemplatesTest#test_uses_the_default_layout_template_if_not_really_overridden_0 = 0.00 s = .
> TemplatesTest#test_two_independent_render_calls_do_not_disable_layouts_0 = 0.00 s = .
> TemplatesTest#test_avoids_wrapping_layouts_around_nested_templates_0 = 0.00 s = .
> TemplatesTest#test_is_possible_to_use_custom_logic_for_finding_template_files_0 = 0.00 s = .
> TemplatesTest#test_renders_no_layout_if_layout_if_falsy_0 = 0.00 s = .
> TemplatesTest#test_setting_default_content_type_per_template_engine_does_not_override_content_type_0 = 0.00 s = .
> TemplatesTest#test_allows_setting_default_content_type_per_template_engine_0 = 0.00 s = .
> TemplatesTest#test_inline_templates_ignores_IO_errors_0 = 0.00 s = .
> TemplatesTest#test_loads_templates_defined_in_subclasses_0 = 0.00 s = .
> TemplatesTest#test_falls_back_to_engine_layout_0 = 0.00 s = .
> TemplatesTest#test_ignores_spaces_after_names_of_inline_templates_0 = 0.00 s = .
> TemplatesTest#test_allows_overriding_false_default_layout_with_explicit_true_0 = 0.00 s = .
> TemplatesTest#test_takes_views_directory_into_consideration_for_caching_0 = 0.00 s = .
> TemplatesTest#test_loads_templates_from_source_file_0 = 0.00 s = .
> TemplatesTest#test_looks_up_Symbol_templates_in_views_directory_0 = 0.00 s = .
> TemplatesTest#test_passes_locals_to_the_layout_0 = /usr/lib/ruby/vendor_ruby/tilt.rb:98: warning: assigned but unused variable - name
> 0.00 s = .
> TemplatesTest#test_uses_the_layout_template_specified_0 = 0.00 s = .
> TemplatesTest#test_renders_String_templates_directly_0 = 0.00 s = .
> TemplatesTest#test_uses_the_default_layout_template_if_not_explicitly_overridden_0 = 0.00 s = .
> TemplatesTest#test_allows_explicitly_wrapping_layouts_around_nested_templates_0 = 0.00 s = .
> TemplatesTest#test_sets_layout_only_options_via_layout_options_0 = 0.00 s = .
> TemplatesTest#test_passes_scope_to_the_template_0 = 0.00 s = .
> TemplatesTest#test_renders_Proc_templates_using_the_call_result_0 = 0.00 s = .
> TemplatesTest#test_allows_setting_default_content_type_0 = 0.00 s = .
> TemplatesTest#test_is_possible_to_use_a_different_engine_for_the_layout_than_for_the_template_itself_explicitly_0 = 0.00 s = .
> TemplatesTest#test_is_possible_to_use_partials_in_layouts_0 = 0.00 s = .
> TemplatesTest#test_does_not_leak_the_content_type_to_the_template_0 = 0.00 s = .
> TemplatesTest#test_loads_templates_from_given_source_file_0 = 0.00 s = .
> TemplatesTest#test_allows_to_specify_path_line_when_rendering_with_Proc_0 = 0.00 s = .
> TemplatesTest#test_allows_to_specify_path_line_when_rendering_with_String_0 = 0.00 s = .
> TemplatesTest#test_falls_back_to_default_layout_if_engine_layout_is_true_0 = 0.00 s = .
> TemplatesTest#test_uses_layout_templates_defined_with_the_template_method_0 = 0.00 s = .
> TemplatesTest#test_uses_templates_in_superclasses_before_subclasses_0 = 0.00 s = .
> TemplatesTest#test_loads_templates_from_specified_views_directory_0 = 0.00 s = .
> TemplatesTest#test_allows_unicode_in_inline_templates_0 = 0.00 s = .
> TemplatesTest#test_is_possible_to_register_another_template_0 = 0.00 s = .
> TemplatesTest#test_is_possible_to_use_a_different_engine_for_the_layout_than_for_the_template_itself_globally_0 = 0.00 s = .
> TemplatesTest#test_setting_default_content_type_does_not_affect_other_template_engines_0 = 0.00 s = .
> HelpersTest::TestAddingNewHelpers#test_evaluates_the_block_in_class_context_so_that_methods_can_be_aliased_0 = 0.00 s = .
> HelpersTest::TestAddingNewHelpers#test_uses_overloaded_inline_helper_0 = 0.00 s = .
> HelpersTest::TestAddingNewHelpers#test_takes_a_block_to_mix_into_the_app_0 = 0.00 s = .
> HelpersTest::TestAddingNewHelpers#test_calls_included_method_of_helpers_0 = 0.00 s = .
> HelpersTest::TestAddingNewHelpers#test_prepends_modules_so_previously_defined_methods_can_be_overridden_consistently_0 = 0.00 s = S
> HelpersTest::TestAddingNewHelpers#test_takes_a_list_of_modules_to_mix_into_the_app_0 = 0.00 s = .
> RablTest#test_raises_error_if_template_not_found_0 = 0.00 s = .
> RablTest#test_renders_inline_rabl_strings_0 = 0.00 s = .
> RablTest#test_renders_with_file_layouts_0 = 0.00 s = .
> RablTest#test_passes_default_rabl_options_to_the_rabl_engine_0 = 0.00 s = .
> RablTest#test_passes_rabl_options_to_the_rabl_engine_0 = 0.00 s = .
> RablTest#test_renders_rabl_files_in_views_path_0 = 0.00 s = .
> RouteAddedHookTest#test_should_include_hooks_from_superclass_0 = 0.00 s = .
> RouteAddedHookTest#test_should_be_notified_of_an_added_route_0 = 0.00 s = .
> RouteAddedHookTest#test_should_only_run_once_per_extension_0 = 0.00 s = .
> RouteAddedHookTest#test_should_pass_route_blocks_as_an_argument_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWith_::TestIfUnmodifiedSince#test_results_in_200_if_resource_has_not_been_modified_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWith_::TestIfUnmodifiedSince#test_results_in_412_if_resource_has_been_modified_0 = 0.01 s = .
> HelpersTest::TestSession#test_allows_disabling_session_secret_0 = 0.00 s = .
> HelpersTest::TestSession#test_Base_mime_type_registers_mime_type_0 = 0.00 s = .
> HelpersTest::TestSession#test_accepts_an_options_hash_0 = 0.00 s = .
> HelpersTest::TestSession#test_creates_a_new_session_when_none_provided_0 = 0.00 s = .
> HelpersTest::TestSession#test_uses_the_existing_rack_session_0 = 0.00 s = .
> HelpersTest::TestSession#test_inserts_session_middleware_0 = 0.00 s = .
> HelpersTest::TestSession#test_sets_a_default_session_secret_0 = 0.00 s = .
> RequestTest#test_accepts_when_HTTP_ACCEPT_is_not_present_in_the_request_0 = 0.00 s = .
> RequestTest#test_accepts_when_HTTP_ACCEPT_is_blank_in_the_request_0 = 0.00 s = .
> RequestTest#test_responds_to_user_agent_0 = 0.00 s = .
> RequestTest#test_respects_X_Forwarded_Proto_header_for_proxied_SSL_0 = 0.00 s = .
> RequestTest#test_parses_POST_params_when_Content_Type_is_form_dataish_0 = 0.00 s = .
> RequestTest#test_properly_decodes_MIME_type_parameters_0 = 0.00 s = .
> RequestTest#test_accepts_types_when_wildcards_are_requested_0 = 0.00 s = .
> RequestTest#test_is_possible_to_marshal_params_0 = 0.00 s = .
> RequestTest#test_exposes_the_preferred_type_s_parameters_0 = 0.00 s = .
> RequestTest#test_will_accept_more_generic_types_that_include_HTTP_ACCEPT_parameters_0 = 0.00 s = .
> RequestTest#test_will_accept_types_matching_HTTP_ACCEPT_when_parameters_in_arbitrary_order_0 = 0.00 s = .
> RequestTest#test_will_accept_types_that_fulfill_HTTP_ACCEPT_parameters_0 = 0.00 s = .
> RequestTest#test_makes_accept_types_behave_like_strings_0 = 0.00 s = .
> RequestTest#test_will_not_accept_types_not_specified_in_HTTP_ACCEPT_when_HTTP_ACCEPT_is_provided_0 = 0.00 s = .
> RequestTest#test_is_not_secure_when_the_url_scheme_is_http_0 = 0.00 s = .
> RequestTest#test_is_secure_when_the_url_scheme_is_https_0 = 0.00 s = .
> RequestTest#test_raises_Sinatra_BadRequest_when_multipart_form_data_request_has_no_content_0 = 0.00 s = .
> RequestTest#test_raises_Sinatra_BadRequest_when_params_contain_conflicting_types_0 = 0.00 s = .
> ServerTest#test_falls_back_on_the_next_server_handler_when_not_found_0 = 0.01 s = .
> ServerTest#test_initializes_Rack_middleware_immediately_on_server_run_0 = 0.00 s = .
> ServerTest#test_sets_options_on_the_app_before_running_0 = 0.00 s = .
> ServerTest#test_locates_the_appropriate_Rack_handler_and_calls_run_0 = 0.00 s = .
> SettingsTest::TestPort#test_defaults_to_4567_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWith_::TestWhenThereSNoIfModifiedSinceHeader#test_sets_the_Last_Modified_header_to_a_valid_RFC_2616_date_value_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWith_::TestWhenThereSNoIfModifiedSinceHeader#test_conditional_GET_misses_and_returns_a_body_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithDateTime::TestIfUnmodifiedSince#test_results_in_200_if_resource_has_not_been_modified_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithDateTime::TestIfUnmodifiedSince#test_results_in_412_if_resource_has_been_modified_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithTime::TestWhenTheResourceHasnTBeenModifiedSinceTheIfModifiedSinceHeaderDate#test_conditional_GET_matches_and_halts_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithTime::TestWhenTheResourceHasnTBeenModifiedSinceTheIfModifiedSinceHeaderDate#test_sets_the_Last_Modified_header_to_a_valid_RFC_2616_date_value_0 = 0.00 s = .
> HelpersTest::TestRedirect#test_uses_the_code_given_when_specified_0 = 0.00 s = .
> HelpersTest::TestRedirect#test_accepts_absolute_URIs_with_a_different_schema_0 = 0.00 s = .
> HelpersTest::TestRedirect#test_redirects_back_to_request_referer_when_passed_back_0 = 0.00 s = .
> HelpersTest::TestRedirect#test_redirects_using_a_non_standard_HTTPS_port_0 = 0.00 s = .
> HelpersTest::TestRedirect#test_uses_a_302_when_only_a_path_is_given_0 = 0.00 s = .
> HelpersTest::TestRedirect#test_accepts_a_URI_object_instead_of_a_String_0 = 0.00 s = .
> HelpersTest::TestRedirect#test_redirects_using_a_non_standard_HTTP_port_0 = 0.00 s = .
> HelpersTest::TestRedirect#test_Base_mime_type_registers_mime_type_0 = 0.00 s = .
> HelpersTest::TestRedirect#test_uses_302_for_post_requests_if_request_is_HTTP_1_0_0 = 0.00 s = .
> HelpersTest::TestRedirect#test_accepts_absolute_URIs_0 = 0.00 s = .
> HelpersTest::TestRedirect#test_works_behind_a_reverse_proxy_0 = 0.00 s = .
> HelpersTest::TestRedirect#test_uses_303_for_post_requests_if_request_is_HTTP_1_1_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithDate::TestWhenTheResourceHasBeenModifiedSinceTheIfModifiedSinceHeaderDate#test_does_not_rely_on_string_comparison_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithDate::TestWhenTheResourceHasBeenModifiedSinceTheIfModifiedSinceHeaderDate#test_conditional_GET_misses_and_returns_a_body_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithDate::TestWhenTheResourceHasBeenModifiedSinceTheIfModifiedSinceHeaderDate#test_sets_the_Last_Modified_header_to_a_valid_RFC_2616_date_value_0 = 0.00 s = .
> SettingsTest::TestPublic_folder#test_is_set_to_root_joined_with_public__0 = 0.00 s = .
> SettingsTest::TestPublic_folder#test_is_nil_if_root_is_not_set_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWith_::TestWhenTheResourceHasBeenModifiedSinceTheIfModifiedSinceHeaderDate#test_does_not_rely_on_string_comparison_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWith_::TestWhenTheResourceHasBeenModifiedSinceTheIfModifiedSinceHeaderDate#test_sets_the_Last_Modified_header_to_a_valid_RFC_2616_date_value_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWith_::TestWhenTheResourceHasBeenModifiedSinceTheIfModifiedSinceHeaderDate#test_conditional_GET_misses_and_returns_a_body_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithTime::TestWhenThereSNoIfModifiedSinceHeader#test_conditional_GET_misses_and_returns_a_body_0 = 0.00 s = .
> HelpersTest::TestLast_modified::TestWithTime::TestWhenThereSNoIfModifiedSinceHeader#test_sets_the_Last_Modified_header_to_a_valid_RFC_2616_date_value_0 = 0.00 s = .
> ResponseTest#test_uses_case_insensitive_headers_0 = 0.00 s = .
> ResponseTest#test_will_not_removes_the_Content_Type_header_and_body_when_response_status_is_200_0 = 0.00 s = .
> ResponseTest#test_will_not_removes_the_Content_Type_header_and_body_when_response_status_is_403_0 = 0.00 s = .
> ResponseTest#test_removes_the_Content_Type_header_and_body_when_response_status_is_304_0 = 0.00 s = .
> ResponseTest#test_writes_to_body_0 = 0.00 s = .
> ResponseTest#test_will_not_removes_the_Content_Type_header_and_body_when_response_status_is_201_0 = 0.00 s = .
> ResponseTest#test_will_not_removes_the_Content_Type_header_and_body_when_response_status_is_301_0 = 0.00 s = .
> ResponseTest#test_initializes_with_200_text_html_and_empty_body_0 = 0.00 s = .
> ResponseTest#test_removes_the_Content_Type_header_and_body_when_response_status_is_204_0 = 0.00 s = .
> ResponseTest#test_does_not_nest_a_Rack_Response_0 = 0.00 s = .
> ResponseTest#test_will_not_removes_the_Content_Type_header_and_body_when_response_status_is_202_0 = 0.00 s = .
> ResponseTest#test_will_not_removes_the_Content_Type_header_and_body_when_response_status_is_302_0 = 0.00 s = .
> ResponseTest#test_will_not_removes_the_Content_Type_header_and_body_when_response_status_is_400_0 = 0.00 s = .
> ResponseTest#test_Calculates_the_Content_Length_using_the_bytesize_of_the_body_0 = 0.00 s = .
> ResponseTest#test_does_not_nest_a_Sinatra_Response_0 = 0.00 s = .
> ResponseTest#test_will_not_removes_the_Content_Type_header_and_body_when_response_status_is_404_0 = 0.00 s = .
> ResponseTest#test_will_not_removes_the_Content_Type_header_and_body_when_response_status_is_500_0 = 0.00 s = .
> ResponseTest#test_does_not_call_to_ary_or_inject_on_the_body_0 = 0.00 s = .
> ResponseTest#test_will_not_removes_the_Content_Type_header_and_body_when_response_status_is_401_0 = 0.00 s = .
> HelpersTest::TestUri#test_is_case_insensitive_0 = 0.04 s = .
> HelpersTest::TestUri#test_handles_absolute_URIs_0 = 0.00 s = .
> HelpersTest::TestUri#test_is_aliased_to_url_0 = 0.00 s = .
> HelpersTest::TestUri#test_handles_different_protocols_0 = 0.00 s = .
> HelpersTest::TestUri#test_is_aliased_to_to_0 = 0.00 s = .
> HelpersTest::TestUri#test_allows_passing_an_alternative_to_path_info_0 = 0.00 s = .
> HelpersTest::TestUri#test_generates_absolute_urls_0 = 0.00 s = .
> HelpersTest::TestUri#test_includes_script_name_0 = 0.00 s = .
> HelpersTest::TestUri#test_generates_relative_link_for_invalid_path_0 = 0.00 s = .
> HelpersTest::TestUri#test_includes_path_info_0 = 0.00 s = .
> TestIndifferentHash#test_assoc = 0.00 s = .
> TestIndifferentHash#test_fetch = 0.00 s = .
> TestIndifferentHash#test_values_at = 0.00 s = .
> TestIndifferentHash#test_reject! = 0.00 s = .
> TestIndifferentHash#test_compact = 0.00 s = .
> TestIndifferentHash#test_fetch_values = 0.00 s = .
> TestIndifferentHash#test_transform_keys = 0.00 s = .
> TestIndifferentHash#test_merge_with_multiple_argument = 0.00 s = .
> TestIndifferentHash#test_reject = 0.00 s = .
> TestIndifferentHash#test_symbolic_retrieval = 0.00 s = .
> TestIndifferentHash#test_transform_keys! = 0.00 s = .
> TestIndifferentHash#test_select = 0.00 s = .
> TestIndifferentHash#test_hash_constructor = 0.00 s = .
> TestIndifferentHash#test_slice = 0.00 s = .
> TestIndifferentHash#test_delete = 0.00 s = .
> TestIndifferentHash#test_rassoc = 0.00 s = .
> TestIndifferentHash#test_transform_values! = 0.00 s = .
> TestIndifferentHash#test_merge = 0.00 s = .
> TestIndifferentHash#test_key? = 0.00 s = .
> TestIndifferentHash#test_select! = 0.00 s = .
> TestIndifferentHash#test_dig = 0.00 s = .
> TestIndifferentHash#test_key = 0.00 s = .
> TestIndifferentHash#test_replace = 0.00 s = .
> TestIndifferentHash#test_transform_values = 0.00 s = .
> TestIndifferentHash#test_value? = 0.00 s = .
> 
> Finished in 13.120001s, 83.6128 runs/s, 188.0335 assertions/s.
> 
>   1) Failure:
> SettingsTest::TestDump_errors#test_does_not_dump_404_errors_0 [/<<PKGBUILDDIR>>/test/settings_test.rb:387]:
> Expected false to be truthy.
> 
>   2) Failure:
> StaticTest#test_path_is_escaped_in_404_error_pages_0 [/<<PKGBUILDDIR>>/test/static_test.rb:87]:
> Unexpected response content..
> --- expected
> +++ actual
> @@ -1 +1,4 @@
> -["GET &#x2F;<script>"]
> +["GET &#x2F;<script>
> +
> +        raise NotFound, "\#{request.request_method} \#{request.path_info}"
> +        ^^^^^"]
> 
> 
>   3) Failure:
> RoutingTest#test_captures_the_exception_message_of_a_raised_NotFound_0 [/<<PKGBUILDDIR>>/test/routing_test.rb:186]:
> --- expected
> +++ actual
> @@ -1 +1,3 @@
> -"19"
> +# encoding: US-ASCII
> +#    valid: true
> +"99"
> 
> 
>   4) Failure:
> RoutingTest#test_recalculates_body_length_correctly_for_404_response_0 [/<<PKGBUILDDIR>>/test/routing_test.rb:174]:
> --- expected
> +++ actual
> @@ -1 +1,3 @@
> -"18"
> +# encoding: US-ASCII
> +#    valid: true
> +"64"
> 
> 
>   5) Skipped:
> HelpersTest::TestAddingNewHelpers#test_prepends_modules_so_previously_defined_methods_can_be_overridden_consistently_0 [/<<PKGBUILDDIR>>/test/helpers_test.rb:1952]:
>         This test will be helpful after switching #helpers's code from Module#include to Module#prepend
>         See more details: https://github.com/sinatra/sinatra/pull/1214
> 
> 
> 1097 runs, 2467 assertions, 4 failures, 0 errors, 1 skips
> rake aborted!
> Command failed with status (1): [ruby -w -I"test" /usr/lib/ruby/gems/3.1.0/gems/rake-13.0.6/lib/rake/rake_test_loader.rb "test/asciidoctor_test.rb" "test/base_test.rb" "test/builder_test.rb" "test/compile_test.rb" "test/creole_test.rb" "test/delegator_test.rb" "test/encoding_test.rb" "test/erb_test.rb" "test/extensions_test.rb" "test/filter_test.rb" "test/haml_test.rb" "test/helpers_test.rb" "test/indifferent_hash_test.rb" "test/integration_async_test.rb" "test/integration_test.rb" "test/less_test.rb" "test/liquid_test.rb" "test/mapped_error_test.rb" "test/markaby_test.rb" "test/markdown_test.rb" "test/mediawiki_test.rb" "test/middleware_test.rb" "test/nokogiri_test.rb" "test/rabl_test.rb" "test/rack_test.rb" "test/radius_test.rb" "test/rdoc_test.rb" "test/readme_test.rb" "test/request_test.rb" "test/response_test.rb" "test/result_test.rb" "test/route_added_hook_test.rb" "test/routing_test.rb" "test/sass_test.rb" "test/scss_test.rb" "test/server_test.rb" "test/settings_test.rb" "test/sinatra_test.rb" "test/slim_test.rb" "test/static_test.rb" "test/streaming_test.rb" "test/stylus_test.rb" "test/templates_test.rb" "test/textile_test.rb" "test/wlang_test.rb" "test/yajl_test.rb" -v]
> 
> Tasks: TOP => default
> (See full trace by running task with --trace)
> ERROR: Test "ruby3.1" failed: 


The full build log is available from:
https://people.debian.org/~terceiro/ruby3.1/17/ruby-sinatra/ruby-sinatra_2.2.2-1+rebuild1663008211_amd64-2022-09-12T18:43:32Z.build

To reproduce this, you need to install ruby-all-dev >= 1:3.0+2. Depending on
when you try this, it might mean installing ruby-all-dev from experimental, or
if the transition has already started, a normal build on unstable will be
enough.  If you fail to reproduce, please provide a build log and diff it with
mine so that we can identify if something relevant changed in the meantime.

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-ruby-extras-maintainers/attachments/20220913/afbca6b7/attachment-0001.sig>


More information about the Pkg-ruby-extras-maintainers mailing list