----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-04-16 16:06:13 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.9ms | Allocations: 233) Completed 200 OK in 8ms (Views: 7.7ms | Allocations: 1763) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:06:13 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 49) -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-16 16:06:13 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 384) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:06:13 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 16:06:13 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 1ms (Views: 1.4ms | Allocations: 467) ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-04-16 16:06:13 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:06:13 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-04-16 16:06:13 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 78) Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 331) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:06:13 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 16:06:13 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 172) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-16 16:06:13 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-04-16 16:06:13 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 129) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:06:13 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-16 16:06:13 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:06:13 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-16 16:06:13 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ----------------------------------------------------- RenderTemplateTest: test_supports_specifying_partials ----------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.8ms | Allocations: 408) Rendered test/calling_partial_with_layout.html.erb (Duration: 1.4ms | Allocations: 725) -------------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_templates_with_a_Regexp -------------------------------------------------------------------- Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) ---------------------------------------------------------------------------------------- RenderTemplateTest: test_raises_descriptive_error_message_when_template_was_not_rendered ---------------------------------------------------------------------------------------- Rendering test/hello_world_with_partial.html.erb Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/hello_world_with_partial.html.erb (Duration: 0.6ms | Allocations: 300) ------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_with_underline_prefix ------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.2ms | Allocations: 106) Rendered test/render_partial_inside_directory.html.erb (Duration: 0.8ms | Allocations: 424) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(failing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.0ms | Allocations: 38) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.1ms | Allocations: 93) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(passing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.0ms | Allocations: 38) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.1ms | Allocations: 93) ---------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_without_underline_prefix ---------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/render_partial_inside_directory.html.erb (Duration: 0.1ms | Allocations: 73) ---------------------------------------------------------------------- RenderTemplateTest: test_supports_different_locals_on_the_same_partial ---------------------------------------------------------------------- Rendering test/render_two_partials.html.erb Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 79) Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 76) Rendered test/render_two_partials.html.erb (Duration: 1.3ms | Allocations: 635) ----------------------------------- AssignsControllerTest: test_assigns ----------------------------------- Processing by AssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 47) ---------------------------------------- AssignsControllerTest: test_view_assigns ---------------------------------------- Processing by ViewAssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 46) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_locals_option_to_assert_template_is_not_supported ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_not_known_layout ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 187) ---------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_no_layout ---------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) --------------------------------------------------- TemplateAssertionsControllerTest: test_with_partial --------------------------------------------------- Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 129) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_no_template_rendered ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 176) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 176) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 171) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_string ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_symbol ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) -------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_wrong_layout -------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_string_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ------------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passes_with_correct_layout_symbol ------------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_string ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout ------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ---------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_fails_when_template_rendered ---------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) --------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_layout_and_partial --------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout_and_partial as HTML Rendering test/hello_world_with_partial.html.erb within layouts/standard Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/hello_world_with_partial.html.erb within layouts/standard (Duration: 0.1ms | Allocations: 69) Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 349) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout_without_layouts_prefix ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ----------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_assert_template_reset_between_requests ----------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 45) Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 14) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 123) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 45) Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 7) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 178) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 45) Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.0ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 168) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) -------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_passes_when_no_template_rendered -------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_relative_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.0ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 171) ------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_template_rendered ------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout_false ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_repeated_name_in_path ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template_repeating_in_path as HTML Rendering test/hello/hello.html.erb Rendered test/hello/hello.html.erb (Duration: 0.2ms | Allocations: 71) Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 390) ----------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_invalid_hash_keys_raises_argument_error ----------------------------------------------------------------------------------- ---------------------------------------- AssignsControllerTest: test_view_assigns ---------------------------------------- Processing by ViewAssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 61) ----------------------------------- AssignsControllerTest: test_assigns ----------------------------------- Processing by AssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 47) ---------------------------------------------------------------------------------------- RenderTemplateTest: test_raises_descriptive_error_message_when_template_was_not_rendered ---------------------------------------------------------------------------------------- Rendering test/hello_world_with_partial.html.erb Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 76) Rendered test/hello_world_with_partial.html.erb (Duration: 1.3ms | Allocations: 556) ---------------------------------------------------------------------- RenderTemplateTest: test_supports_different_locals_on_the_same_partial ---------------------------------------------------------------------- Rendering test/render_two_partials.html.erb Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 79) Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 76) Rendered test/render_two_partials.html.erb (Duration: 1.3ms | Allocations: 635) -------------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_templates_with_a_Regexp -------------------------------------------------------------------- Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.2ms | Allocations: 71) ------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_with_underline_prefix ------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.2ms | Allocations: 106) Rendered test/render_partial_inside_directory.html.erb (Duration: 0.8ms | Allocations: 424) ---------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_without_underline_prefix ---------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/render_partial_inside_directory.html.erb (Duration: 0.1ms | Allocations: 73) ----------------------------------------------------- RenderTemplateTest: test_supports_specifying_partials ----------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.8ms | Allocations: 408) Rendered test/calling_partial_with_layout.html.erb (Duration: 1.4ms | Allocations: 723) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(failing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.0ms | Allocations: 38) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.1ms | Allocations: 93) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(passing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.0ms | Allocations: 38) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.1ms | Allocations: 93) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 677) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 1ms (Views: 0.9ms | Allocations: 471) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_symbol ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_locals_option_to_assert_template_is_not_supported ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout_false ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_not_known_layout ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 383) ------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_template_rendered ------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 191) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_no_template_rendered ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout_without_layouts_prefix ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ---------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_fails_when_template_rendered ---------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) -------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_passes_when_no_template_rendered -------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout ------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) --------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_layout_and_partial --------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout_and_partial as HTML Rendering test/hello_world_with_partial.html.erb within layouts/standard Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/hello_world_with_partial.html.erb within layouts/standard (Duration: 0.3ms | Allocations: 180) Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 460) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_relative_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 171) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 176) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 171) --------------------------------------------------- TemplateAssertionsControllerTest: test_with_partial --------------------------------------------------- Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 129) ---------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_no_layout ---------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_repeated_name_in_path ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template_repeating_in_path as HTML Rendering test/hello/hello.html.erb Rendered test/hello/hello.html.erb (Duration: 0.2ms | Allocations: 71) Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 390) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_string ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 191) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_string_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_string ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ------------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passes_with_correct_layout_symbol ------------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ----------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_assert_template_reset_between_requests ----------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.1ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 190) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 45) Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 14) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 123) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 45) Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 7) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 178) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 45) Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.0ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 168) -------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_wrong_layout -------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ----------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_invalid_hash_keys_raises_argument_error ----------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-04-16 16:06:42 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 129) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:06:42 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-04-16 16:06:42 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 129) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:06:42 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-16 16:06:42 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:06:42 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-04-16 16:06:42 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:06:42 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 16:06:42 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.0ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 171) ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-04-16 16:06:42 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:06:42 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-16 16:06:42 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-16 16:06:42 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:06:42 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 16:06:42 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.0ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 171) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-16 16:06:42 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-04-16 16:06:51 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.5ms | Allocations: 242) Completed 200 OK in 3ms (Views: 2.8ms | Allocations: 1282) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:06:51 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 50) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-16 16:06:51 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.1ms | Allocations: 71) Completed 200 OK in 2ms (Views: 1.6ms | Allocations: 826) ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-04-16 16:06:51 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 1ms (Views: 1.2ms | Allocations: 380) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:06:51 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-04-16 16:06:51 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 190) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:06:51 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-04-16 16:06:51 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 129) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:06:51 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-16 16:06:51 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:06:51 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 16:06:51 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 1ms (Views: 0.9ms | Allocations: 466) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-16 16:06:51 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 16:06:51 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.0ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 171) --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-16 16:06:51 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 187) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:06:51 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-04-16 16:07:00 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.7ms | Allocations: 242) Completed 200 OK in 3ms (Views: 3.0ms | Allocations: 1282) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:07:00 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 50) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-16 16:07:00 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.1ms | Allocations: 71) Completed 200 OK in 2ms (Views: 1.5ms | Allocations: 826) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 16:07:00 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 1ms (Views: 0.9ms | Allocations: 472) --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-16 16:07:00 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:07:00 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-04-16 16:07:00 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.5ms | Allocations: 374) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:07:00 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-16 16:07:00 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-04-16 16:07:00 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:07:00 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-04-16 16:07:00 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 129) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:07:00 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-16 16:07:00 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:07:00 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 16:07:00 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.0ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 171) -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-16 16:07:12 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.6ms | Allocations: 234) Completed 200 OK in 4ms (Views: 3.9ms | Allocations: 1776) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:07:12 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 49) ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 16:07:12 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 1ms (Views: 0.9ms | Allocations: 472) --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-16 16:07:12 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:07:12 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-16 16:07:12 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-16 16:07:12 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 187) --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-04-16 16:07:12 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 82) Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 335) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:07:12 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-04-16 16:07:12 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 130) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:07:12 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-04-16 16:07:12 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 374) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:07:12 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-04-16 16:07:12 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:07:12 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 16:07:12 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 171) ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-04-16 16:07:22 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.6ms | Allocations: 234) Completed 200 OK in 4ms (Views: 4.3ms | Allocations: 1769) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:07:22 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 49) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 16:07:22 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 2ms (Views: 1.5ms | Allocations: 467) --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-04-16 16:07:22 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 79) Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 332) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:07:22 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-04-16 16:07:22 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 191) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:07:22 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-16 16:07:22 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 386) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:07:22 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-16 16:07:22 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 187) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:07:22 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-04-16 16:07:22 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 129) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:07:22 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 16:07:22 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 171) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-16 16:07:22 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 2ms (Views: 2.1ms | Allocations: 187) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-16 16:07:22 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 186) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 16:18:59 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 8) Completed 200 OK in 4ms (Views: 3.7ms | Allocations: 1258) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 16:19:20 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 8) Completed 200 OK in 3ms (Views: 2.8ms | Allocations: 1257) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 16:19:48 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 8) Completed 200 OK in 3ms (Views: 2.5ms | Allocations: 1258) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 16:23:03 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 7) Completed 200 OK in 6ms (Views: 5.9ms | Allocations: 1267) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 16:23:39 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 7) Completed 200 OK in 4ms (Views: 4.3ms | Allocations: 1267) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 16:24:10 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 7) Completed 200 OK in 3ms (Views: 2.5ms | Allocations: 1266) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 16:24:38 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 7) Completed 200 OK in 3ms (Views: 3.0ms | Allocations: 1205) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 16:25:14 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 7) Completed 200 OK in 5ms (Views: 4.3ms | Allocations: 1204) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 16:25:50 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 8) Completed 200 OK in 5ms (Views: 4.9ms | Allocations: 1156) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 16:32:29 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 8) Completed 200 OK in 3ms (Views: 2.7ms | Allocations: 1155) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 16:32:52 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 8) Completed 200 OK in 2ms (Views: 2.3ms | Allocations: 1236) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 16:33:20 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 8) Completed 200 OK in 3ms (Views: 2.8ms | Allocations: 1236) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 16:33:53 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 8) Completed 200 OK in 3ms (Views: 2.9ms | Allocations: 1257) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 16:34:19 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 8) Completed 200 OK in 2ms (Views: 2.4ms | Allocations: 1257) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 16:34:38 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 8) Completed 200 OK in 3ms (Views: 2.7ms | Allocations: 1258) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 16:35:21 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 8) Completed 200 OK in 3ms (Views: 2.9ms | Allocations: 1266) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 16:35:41 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 1.6ms | Allocations: 230) Completed 200 OK in 5ms (Views: 4.6ms | Allocations: 1713) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:35:41 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 49) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 16:36:12 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 8) Completed 200 OK in 3ms (Views: 2.7ms | Allocations: 1268) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 16:36:18 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 8) Completed 200 OK in 3ms (Views: 2.8ms | Allocations: 1264) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 16:36:22 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.6ms | Allocations: 230) Completed 200 OK in 4ms (Views: 3.7ms | Allocations: 1713) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:36:22 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 49) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 16:36:27 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.8ms | Allocations: 230) Completed 200 OK in 4ms (Views: 4.3ms | Allocations: 1713) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:36:27 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 49) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 16:36:31 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 8) Completed 200 OK in 2ms (Views: 2.4ms | Allocations: 1264) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 16:36:36 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.6ms | Allocations: 230) Completed 200 OK in 4ms (Views: 3.8ms | Allocations: 1713) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:36:36 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 49) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 16:36:41 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 8) Completed 200 OK in 3ms (Views: 2.5ms | Allocations: 1264) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 16:58:08 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 8) Completed 200 OK in 3ms (Views: 2.8ms | Allocations: 1264) ----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-04-16 16:58:58 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.5ms | Allocations: 235) Completed 200 OK in 4ms (Views: 3.7ms | Allocations: 1620) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:58:58 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 49) ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_absolute_path" for 127.0.0.1 at 2020-04-16 16:58:58 -0400 Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 1ms (Views: 0.9ms | Allocations: 483) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-16 16:58:58 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 381) ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-04-16 16:58:58 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 81) Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 328) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:58:58 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-04-16 16:58:58 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 130) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:58:58 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-16 16:58:58 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:58:58 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-04-16 16:58:58 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:58:58 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-16 16:58:58 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 187) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 16:58:58 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-16 16:58:58 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 17:00:06 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 8) Completed 200 OK in 3ms (Views: 2.6ms | Allocations: 1264) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 17:03:13 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Completed 500 Internal Server Error in 3ms (Allocations: 2014) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 17:03:19 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Completed 500 Internal Server Error in 3ms (Allocations: 2014) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 17:03:28 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Completed 500 Internal Server Error in 3ms (Allocations: 2018) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 17:03:47 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Completed 500 Internal Server Error in 3ms (Allocations: 2016) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 17:04:37 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Completed 500 Internal Server Error in 3ms (Allocations: 2014) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 17:04:50 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering ./test/dummy/README.rdoc Rendered ./test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 7) Completed 200 OK in 3ms (Views: 2.8ms | Allocations: 1261) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 17:05:14 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Completed 500 Internal Server Error in 3ms (Allocations: 1889) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 17:05:21 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Completed 500 Internal Server Error in 3ms (Allocations: 1890) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 17:05:27 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Completed 500 Internal Server Error in 3ms (Allocations: 1889) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 17:05:30 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Completed 500 Internal Server Error in 3ms (Allocations: 1888) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 17:05:34 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.7ms | Allocations: 230) Completed 200 OK in 4ms (Views: 3.7ms | Allocations: 1715) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 17:05:34 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 49) ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-04-16 17:05:46 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.6ms | Allocations: 244) Completed 200 OK in 3ms (Views: 2.6ms | Allocations: 1135) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 17:05:46 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 50) ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 17:05:46 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.2ms | Allocations: 73) Completed 200 OK in 2ms (Views: 2.1ms | Allocations: 915) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 17:05:46 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 17:05:46 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 209) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 17:05:46 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-04-16 17:05:46 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 129) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 17:05:46 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-04-16 17:05:46 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.2ms | Allocations: 72) Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 387) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 17:05:46 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-16 17:05:46 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 382) --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-16 17:05:46 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.1ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.4ms | Allocations: 187) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 17:05:46 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-16 17:05:46 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 17:05:46 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-16 17:05:46 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-04-16 17:05:46 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 17:05:46 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-04-16 17:06:02 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.6ms | Allocations: 241) Completed 200 OK in 3ms (Views: 2.6ms | Allocations: 1131) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 17:06:02 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 50) ----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-04-16 17:06:02 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.2ms | Allocations: 72) Completed 200 OK in 2ms (Views: 1.7ms | Allocations: 800) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 17:06:02 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-16 17:06:02 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 379) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 17:06:02 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 17:06:02 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.2ms | Allocations: 73) Completed 200 OK in 1ms (Views: 1.0ms | Allocations: 498) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 17:06:02 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-16 17:06:02 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 187) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 17:06:02 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-16 17:06:02 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-16 17:06:02 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-04-16 17:06:02 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 129) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 17:06:02 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-04-16 17:06:02 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 17:06:02 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-16 17:06:02 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 208) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-16 17:06:02 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout_false ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 190) -------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_passes_when_no_template_rendered -------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_string ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 190) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 190) ----------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_assert_template_reset_between_requests ----------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 45) Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 14) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 123) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 45) Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 7) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 178) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 45) Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 18) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 203) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 45) ------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_template_rendered ------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.1ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.4ms | Allocations: 190) --------------------------------------------------- TemplateAssertionsControllerTest: test_with_partial --------------------------------------------------- Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 129) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout_without_layouts_prefix ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_string ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ---------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_no_layout ---------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.3ms | Allocations: 71) Completed 200 OK in 1ms (Views: 1.2ms | Allocations: 596) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_relative_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 209) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_repeated_name_in_path ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template_repeating_in_path as HTML Rendering test/hello/hello.html.erb Rendered test/hello/hello.html.erb (Duration: 0.2ms | Allocations: 72) Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 385) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 191) --------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_layout_and_partial --------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout_and_partial as HTML Rendering test/hello_world_with_partial.html.erb within layouts/standard Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/hello_world_with_partial.html.erb within layouts/standard (Duration: 0.3ms | Allocations: 156) Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 460) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_string_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 191) -------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_wrong_layout -------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_locals_option_to_assert_template_is_not_supported ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout ------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ------------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passes_with_correct_layout_symbol ------------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 218) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 18) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 211) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_no_template_rendered ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ---------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_fails_when_template_rendered ---------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_not_known_layout ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ----------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_invalid_hash_keys_raises_argument_error ----------------------------------------------------------------------------------- ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_symbol ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(passing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.8ms | Allocations: 405) Rendered test/calling_partial_with_layout.html.erb (Duration: 1.4ms | Allocations: 714) ---------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_without_underline_prefix ---------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.2ms | Allocations: 108) Rendered test/render_partial_inside_directory.html.erb (Duration: 0.8ms | Allocations: 420) ------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_with_underline_prefix ------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/render_partial_inside_directory.html.erb (Duration: 0.1ms | Allocations: 73) ---------------------------------------------------------------------- RenderTemplateTest: test_supports_different_locals_on_the_same_partial ---------------------------------------------------------------------- Rendering test/render_two_partials.html.erb Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 81) Rendered test/_partial.html.erb (Duration: 0.1ms | Allocations: 78) Rendered test/render_two_partials.html.erb (Duration: 1.1ms | Allocations: 675) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(failing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.0ms | Allocations: 38) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.1ms | Allocations: 93) -------------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_templates_with_a_Regexp -------------------------------------------------------------------- Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.2ms | Allocations: 72) ----------------------------------------------------- RenderTemplateTest: test_supports_specifying_partials ----------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.0ms | Allocations: 38) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.1ms | Allocations: 93) ---------------------------------------------------------------------------------------- RenderTemplateTest: test_raises_descriptive_error_message_when_template_was_not_rendered ---------------------------------------------------------------------------------------- Rendering test/hello_world_with_partial.html.erb Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 78) Rendered test/hello_world_with_partial.html.erb (Duration: 0.6ms | Allocations: 364) ----------------------------------- AssignsControllerTest: test_assigns ----------------------------------- Processing by AssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 47) ---------------------------------------- AssignsControllerTest: test_view_assigns ---------------------------------------- Processing by ViewAssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 46) ----------------------------------- AssignsControllerTest: test_assigns ----------------------------------- Processing by AssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 63) ---------------------------------------- AssignsControllerTest: test_view_assigns ---------------------------------------- Processing by ViewAssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 47) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(passing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.9ms | Allocations: 225) Rendered test/calling_partial_with_layout.html.erb (Duration: 3.6ms | Allocations: 867) ---------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_without_underline_prefix ---------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.4ms | Allocations: 106) Rendered test/render_partial_inside_directory.html.erb (Duration: 1.2ms | Allocations: 409) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(failing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.0ms | Allocations: 26) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.1ms | Allocations: 88) ---------------------------------------------------------------------- RenderTemplateTest: test_supports_different_locals_on_the_same_partial ---------------------------------------------------------------------- Rendering test/render_two_partials.html.erb Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 79) Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 76) Rendered test/render_two_partials.html.erb (Duration: 1.6ms | Allocations: 642) ---------------------------------------------------------------------------------------- RenderTemplateTest: test_raises_descriptive_error_message_when_template_was_not_rendered ---------------------------------------------------------------------------------------- Rendering test/hello_world_with_partial.html.erb Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 76) Rendered test/hello_world_with_partial.html.erb (Duration: 1.1ms | Allocations: 340) ------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_with_underline_prefix ------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/render_partial_inside_directory.html.erb (Duration: 0.1ms | Allocations: 67) ----------------------------------------------------- RenderTemplateTest: test_supports_specifying_partials ----------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.0ms | Allocations: 26) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.1ms | Allocations: 88) -------------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_templates_with_a_Regexp -------------------------------------------------------------------- Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.2ms | Allocations: 71) -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-21 17:07:49 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 1ms (Views: 1.4ms | Allocations: 623) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-21 17:07:49 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-04-21 17:07:49 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 357) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-21 17:07:49 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-21 17:07:49 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.1ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 181) --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-21 17:07:49 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-21 17:07:49 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-21 17:07:49 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.3ms | Allocations: 71) Completed 200 OK in 2ms (Views: 1.6ms | Allocations: 897) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-21 17:07:49 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-21 17:07:49 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 182) ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-04-21 17:07:49 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 232) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-21 17:07:49 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-21 17:07:49 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 324) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-21 17:07:49 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-04-21 17:07:49 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-21 17:07:49 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-04-21 17:07:49 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 130) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-21 17:07:49 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 1ms (Views: 1.3ms | Allocations: 450) ---------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_fails_when_template_rendered ---------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 185) ------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_template_rendered ------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout_false ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 171) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 166) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_locals_option_to_assert_template_is_not_supported ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout ------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_symbol ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_relative_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.4ms | Allocations: 278) -------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_wrong_layout -------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_no_template_rendered ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) -------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_passes_when_no_template_rendered -------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_string_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_string ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ----------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_invalid_hash_keys_raises_argument_error ----------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout_without_layouts_prefix ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ----------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_assert_template_reset_between_requests ----------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 46) Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 14) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 124) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 46) Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 7) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 173) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 46) Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 18) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 273) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 46) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_string ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.1ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 185) ---------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_no_layout ---------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_not_known_layout ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) --------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_layout_and_partial --------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout_and_partial as HTML Rendering test/hello_world_with_partial.html.erb within layouts/standard Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/hello_world_with_partial.html.erb within layouts/standard (Duration: 0.1ms | Allocations: 63) Completed 200 OK in 3ms (Views: 2.7ms | Allocations: 329) ------------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passes_with_correct_layout_symbol ------------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) --------------------------------------------------- TemplateAssertionsControllerTest: test_with_partial --------------------------------------------------- Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 130) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_repeated_name_in_path ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template_repeating_in_path as HTML Rendering test/hello/hello.html.erb Rendered test/hello/hello.html.erb (Duration: 0.2ms | Allocations: 74) Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 379) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout_false ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.5ms | Allocations: 231) Completed 200 OK in 4ms (Views: 3.9ms | Allocations: 1752) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_relative_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 71) Completed 200 OK in 1ms (Views: 1.0ms | Allocations: 772) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) --------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_layout_and_partial --------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout_and_partial as HTML Rendering test/hello_world_with_partial.html.erb within layouts/standard Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 76) Rendered test/hello_world_with_partial.html.erb within layouts/standard (Duration: 0.7ms | Allocations: 343) Completed 200 OK in 1ms (Views: 1.4ms | Allocations: 827) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_locals_option_to_assert_template_is_not_supported ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 50) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_symbol ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ---------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_fails_when_template_rendered ---------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_string_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_template_rendered ------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) -------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_passes_when_no_template_rendered -------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout_without_layouts_prefix ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 1ms (Views: 1.4ms | Allocations: 450) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout ------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) --------------------------------------------------- TemplateAssertionsControllerTest: test_with_partial --------------------------------------------------- Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 130) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_repeated_name_in_path ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template_repeating_in_path as HTML Rendering test/hello/hello.html.erb Rendered test/hello/hello.html.erb (Duration: 0.2ms | Allocations: 71) Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 376) ----------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_assert_template_reset_between_requests ----------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 46) Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 14) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 124) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 46) Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 7) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 173) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 46) Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 18) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 273) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 46) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_no_template_rendered ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passes_with_correct_layout_symbol ------------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) -------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_wrong_layout -------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_string ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_string ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ---------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_no_layout ---------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ----------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_invalid_hash_keys_raises_argument_error ----------------------------------------------------------------------------------- ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_not_known_layout ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 171) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 166) ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-04-21 17:11:39 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-21 17:11:39 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-04-21 17:11:39 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 130) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-21 17:11:39 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-21 17:11:39 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-21 17:11:39 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.4ms | Allocations: 324) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-21 17:11:39 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-21 17:11:39 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-21 17:11:39 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-21 17:11:39 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 320) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-21 17:11:39 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-04-21 17:11:39 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-21 17:11:39 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-21 17:11:39 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-04-21 17:11:39 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 130) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-21 17:11:39 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-21 17:11:39 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-21 17:11:39 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ----------------------------------- AssignsControllerTest: test_assigns ----------------------------------- Processing by AssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 48) ---------------------------------------- AssignsControllerTest: test_view_assigns ---------------------------------------- Processing by ViewAssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 47) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(failing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.5ms | Allocations: 225) Rendered test/calling_partial_with_layout.html.erb (Duration: 1.5ms | Allocations: 700) ---------------------------------------------------------------------- RenderTemplateTest: test_supports_different_locals_on_the_same_partial ---------------------------------------------------------------------- Rendering test/render_two_partials.html.erb Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 79) Rendered test/_partial.html.erb (Duration: 0.1ms | Allocations: 76) Rendered test/render_two_partials.html.erb (Duration: 1.3ms | Allocations: 626) ---------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_without_underline_prefix ---------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.2ms | Allocations: 106) Rendered test/render_partial_inside_directory.html.erb (Duration: 0.8ms | Allocations: 409) -------------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_templates_with_a_Regexp -------------------------------------------------------------------- Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(passing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.0ms | Allocations: 26) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.1ms | Allocations: 88) ------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_with_underline_prefix ------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.0ms | Allocations: 16) Rendered test/render_partial_inside_directory.html.erb (Duration: 0.1ms | Allocations: 68) ---------------------------------------------------------------------------------------- RenderTemplateTest: test_raises_descriptive_error_message_when_template_was_not_rendered ---------------------------------------------------------------------------------------- Rendering test/hello_world_with_partial.html.erb Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/hello_world_with_partial.html.erb (Duration: 0.5ms | Allocations: 183) ----------------------------------------------------- RenderTemplateTest: test_supports_specifying_partials ----------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.0ms | Allocations: 26) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.1ms | Allocations: 88) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_string ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 1.1ms | Allocations: 233) Completed 200 OK in 7ms (Views: 7.0ms | Allocations: 1754) ------------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passes_with_correct_layout_symbol ------------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 4ms (Views: 4.4ms | Allocations: 375) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout_without_layouts_prefix ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 182) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_repeated_name_in_path ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template_repeating_in_path as HTML Rendering test/hello/hello.html.erb Rendered test/hello/hello.html.erb (Duration: 0.2ms | Allocations: 71) Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 376) --------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_layout_and_partial --------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout_and_partial as HTML Rendering test/hello_world_with_partial.html.erb within layouts/standard Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 77) Rendered test/hello_world_with_partial.html.erb within layouts/standard (Duration: 0.9ms | Allocations: 344) Completed 200 OK in 1ms (Views: 1.4ms | Allocations: 641) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_no_template_rendered ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 50) ------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_template_rendered ------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) -------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_wrong_layout -------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 181) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_locals_option_to_assert_template_is_not_supported ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_symbol ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ----------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_assert_template_reset_between_requests ----------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 46) Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 14) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 124) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 46) Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 7) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 173) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 46) Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.2ms | Allocations: 69) Completed 200 OK in 1ms (Views: 1.3ms | Allocations: 766) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 1.3ms | Allocations: 46) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_string ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_string_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_relative_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 278) -------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_passes_when_no_template_rendered -------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout ------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ---------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_fails_when_template_rendered ---------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout_false ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 1ms (Views: 1.1ms | Allocations: 451) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_not_known_layout ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) --------------------------------------------------- TemplateAssertionsControllerTest: test_with_partial --------------------------------------------------- Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 130) ----------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_invalid_hash_keys_raises_argument_error ----------------------------------------------------------------------------------- -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 171) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 166) ---------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_no_layout ---------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ---------------------------------------- AssignsControllerTest: test_view_assigns ---------------------------------------- Processing by ViewAssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 62) ----------------------------------- AssignsControllerTest: test_assigns ----------------------------------- Processing by AssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 48) ---------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_without_underline_prefix ---------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.4ms | Allocations: 106) Rendered test/render_partial_inside_directory.html.erb (Duration: 1.8ms | Allocations: 576) ---------------------------------------------------------------------- RenderTemplateTest: test_supports_different_locals_on_the_same_partial ---------------------------------------------------------------------- Rendering test/render_two_partials.html.erb Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 79) Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 76) Rendered test/render_two_partials.html.erb (Duration: 1.6ms | Allocations: 642) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(failing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.8ms | Allocations: 225) Rendered test/calling_partial_with_layout.html.erb (Duration: 1.9ms | Allocations: 700) ---------------------------------------------------------------------------------------- RenderTemplateTest: test_raises_descriptive_error_message_when_template_was_not_rendered ---------------------------------------------------------------------------------------- Rendering test/hello_world_with_partial.html.erb Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 76) Rendered test/hello_world_with_partial.html.erb (Duration: 1.1ms | Allocations: 340) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(passing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.0ms | Allocations: 26) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.1ms | Allocations: 88) ------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_with_underline_prefix ------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/render_partial_inside_directory.html.erb (Duration: 0.1ms | Allocations: 67) ----------------------------------------------------- RenderTemplateTest: test_supports_specifying_partials ----------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.0ms | Allocations: 26) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.1ms | Allocations: 88) -------------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_templates_with_a_Regexp -------------------------------------------------------------------- Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.2ms | Allocations: 71) --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-22 16:47:37 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 1ms (Views: 1.3ms | Allocations: 623) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-22 16:47:37 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-04-22 16:47:37 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.5ms | Allocations: 233) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-22 16:47:37 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-22 16:47:37 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-22 16:47:37 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-22 16:47:37 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-22 16:47:37 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.4ms | Allocations: 71) Completed 200 OK in 2ms (Views: 1.8ms | Allocations: 778) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-22 16:47:37 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-22 16:47:37 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 321) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-22 16:47:37 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-22 16:47:37 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 181) ----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-04-22 16:47:37 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-22 16:47:37 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-04-22 16:47:37 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 130) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-22 16:47:37 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-04-22 16:47:37 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-22 16:47:37 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout ------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) --------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_layout_and_partial --------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout_and_partial as HTML Rendering test/hello_world_with_partial.html.erb within layouts/standard Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/hello_world_with_partial.html.erb within layouts/standard (Duration: 0.1ms | Allocations: 63) Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 328) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_symbol ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_no_template_rendered ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 2ms (Views: 1.6ms | Allocations: 450) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_relative_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 278) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_not_known_layout ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout_false ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) -------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_wrong_layout -------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_locals_option_to_assert_template_is_not_supported ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 171) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 166) ------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_template_rendered ------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ------------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passes_with_correct_layout_symbol ------------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ----------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_assert_template_reset_between_requests ----------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 46) Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 14) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 124) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 46) Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 7) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 173) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 46) Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 18) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 273) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 46) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) -------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_passes_when_no_template_rendered -------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_string_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ---------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_fails_when_template_rendered ---------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout_without_layouts_prefix ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) --------------------------------------------------- TemplateAssertionsControllerTest: test_with_partial --------------------------------------------------- Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 130) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_string ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_repeated_name_in_path ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template_repeating_in_path as HTML Rendering test/hello/hello.html.erb Rendered test/hello/hello.html.erb (Duration: 0.3ms | Allocations: 74) Completed 200 OK in 1ms (Views: 1.0ms | Allocations: 380) ----------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_invalid_hash_keys_raises_argument_error ----------------------------------------------------------------------------------- ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_string ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ---------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_no_layout ---------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 181) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_string ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.5ms | Allocations: 233) Completed 200 OK in 4ms (Views: 4.0ms | Allocations: 1754) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_repeated_name_in_path ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template_repeating_in_path as HTML Rendering test/hello/hello.html.erb Rendered test/hello/hello.html.erb (Duration: 0.2ms | Allocations: 71) Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 377) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_no_template_rendered ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 50) ------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout ------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ---------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_no_layout ---------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 370) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_string_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_template_rendered ------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ----------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_assert_template_reset_between_requests ----------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 47) Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 78) Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 321) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.7ms | Allocations: 46) Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 7) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 175) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 46) Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.2ms | Allocations: 69) Completed 200 OK in 1ms (Views: 1.1ms | Allocations: 556) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 1.1ms | Allocations: 46) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 182) ----------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_invalid_hash_keys_raises_argument_error ----------------------------------------------------------------------------------- ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_not_known_layout ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_locals_option_to_assert_template_is_not_supported ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) --------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_layout_and_partial --------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout_and_partial as HTML Rendering test/hello_world_with_partial.html.erb within layouts/standard Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/hello_world_with_partial.html.erb within layouts/standard (Duration: 0.3ms | Allocations: 149) Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 445) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_symbol ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) -------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_passes_when_no_template_rendered -------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_relative_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 278) ---------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_fails_when_template_rendered ---------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) -------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_wrong_layout -------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.1ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_string ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) --------------------------------------------------- TemplateAssertionsControllerTest: test_with_partial --------------------------------------------------- Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 130) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 1ms (Views: 0.9ms | Allocations: 451) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 171) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 166) ------------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passes_with_correct_layout_symbol ------------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout_false ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout_without_layouts_prefix ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 7) Completed 200 OK in 4ms (Views: 3.6ms | Allocations: 1270) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 166) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 7) Completed 200 OK in 3ms (Views: 3.0ms | Allocations: 1272) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.4ms | Allocations: 166) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 7) Completed 200 OK in 4ms (Views: 3.6ms | Allocations: 1270) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 1ms (Views: 1.0ms | Allocations: 166) ----------------------------------------------------- RenderTemplateTest: test_supports_specifying_partials ----------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.4ms | Allocations: 225) Rendered test/calling_partial_with_layout.html.erb (Duration: 1.9ms | Allocations: 870) -------------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_templates_with_a_Regexp -------------------------------------------------------------------- Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.2ms | Allocations: 71) ---------------------------------------------------------------------- RenderTemplateTest: test_supports_different_locals_on_the_same_partial ---------------------------------------------------------------------- Rendering test/render_two_partials.html.erb Rendered test/_partial.html.erb (Duration: 0.1ms | Allocations: 79) Rendered test/_partial.html.erb (Duration: 0.1ms | Allocations: 76) Rendered test/render_two_partials.html.erb (Duration: 1.5ms | Allocations: 642) ------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_with_underline_prefix ------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.2ms | Allocations: 106) Rendered test/render_partial_inside_directory.html.erb (Duration: 0.7ms | Allocations: 409) ---------------------------------------------------------------------------------------- RenderTemplateTest: test_raises_descriptive_error_message_when_template_was_not_rendered ---------------------------------------------------------------------------------------- Rendering test/hello_world_with_partial.html.erb Rendered test/_partial.html.erb (Duration: 0.1ms | Allocations: 76) Rendered test/hello_world_with_partial.html.erb (Duration: 0.7ms | Allocations: 340) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(passing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.0ms | Allocations: 26) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.1ms | Allocations: 88) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(failing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.1ms | Allocations: 26) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.2ms | Allocations: 88) ---------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_without_underline_prefix ---------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/render_partial_inside_directory.html.erb (Duration: 0.1ms | Allocations: 67) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_string_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 1ms (Views: 0.9ms | Allocations: 620) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_repeated_name_in_path ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template_repeating_in_path as HTML Rendering test/hello/hello.html.erb Rendered test/hello/hello.html.erb (Duration: 0.1ms | Allocations: 71) Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 376) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_locals_option_to_assert_template_is_not_supported ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 50) ----------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_invalid_hash_keys_raises_argument_error ----------------------------------------------------------------------------------- -------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_wrong_layout -------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 370) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 1ms (Views: 0.9ms | Allocations: 450) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_no_template_rendered ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) -------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_passes_when_no_template_rendered -------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) --------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_layout_and_partial --------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout_and_partial as HTML Rendering test/hello_world_with_partial.html.erb within layouts/standard Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/hello_world_with_partial.html.erb within layouts/standard (Duration: 0.4ms | Allocations: 165) Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 430) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_string ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ---------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_fails_when_template_rendered ---------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout_false ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout_without_layouts_prefix ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_not_known_layout ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ---------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_no_layout ---------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) --------------------------------------------------- TemplateAssertionsControllerTest: test_with_partial --------------------------------------------------- Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 130) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_relative_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.0ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 166) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 171) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 166) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_string ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_template_rendered ------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_symbol ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ----------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_assert_template_reset_between_requests ----------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 46) Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 14) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 124) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 46) Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 7) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 173) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 46) Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.0ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 163) ------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout ------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.1ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 185) ------------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passes_with_correct_layout_symbol ------------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ----------------------------------- AssignsControllerTest: test_assigns ----------------------------------- Processing by AssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 48) ---------------------------------------- AssignsControllerTest: test_view_assigns ---------------------------------------- Processing by ViewAssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 47) ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-04-22 16:49:00 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-22 16:49:00 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-04-22 16:49:00 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-22 16:49:00 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-22 16:49:00 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-22 16:49:00 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-22 16:49:00 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-22 16:49:00 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-04-22 16:49:00 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 130) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-22 16:49:00 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-22 16:49:00 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-22 16:49:00 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-04-22 16:49:00 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 130) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-22 16:49:00 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-22 16:49:00 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 166) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-22 16:49:00 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.0ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 166) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-22 16:49:11 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.5ms | Allocations: 225) Completed 200 OK in 4ms (Views: 4.0ms | Allocations: 1979) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-22 16:49:11 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 50) -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-22 16:49:11 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.2ms | Allocations: 77) Completed 200 OK in 1ms (Views: 1.0ms | Allocations: 566) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-22 16:49:11 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-22 16:49:11 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 182) ----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-04-22 16:49:11 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-22 16:49:11 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-22 16:49:11 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-22 16:49:11 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-04-22 16:49:11 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.1ms | Allocations: 78) Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 324) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-22 16:49:11 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-04-22 16:49:11 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-22 16:49:11 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-22 16:49:12 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 320) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-22 16:49:12 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-22 16:49:12 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-04-22 16:49:12 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 130) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-22 16:49:12 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ----------------------------------- AssignsControllerTest: test_assigns ----------------------------------- Processing by AssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 48) ---------------------------------------- AssignsControllerTest: test_view_assigns ---------------------------------------- Processing by ViewAssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 47) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(passing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.4ms | Allocations: 225) Rendered test/calling_partial_with_layout.html.erb (Duration: 1.4ms | Allocations: 702) ----------------------------------------------------- RenderTemplateTest: test_supports_specifying_partials ----------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.1ms | Allocations: 26) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.3ms | Allocations: 88) ---------------------------------------------------------------------- RenderTemplateTest: test_supports_different_locals_on_the_same_partial ---------------------------------------------------------------------- Rendering test/render_two_partials.html.erb Rendered test/_partial.html.erb (Duration: 0.1ms | Allocations: 79) Rendered test/_partial.html.erb (Duration: 0.1ms | Allocations: 76) Rendered test/render_two_partials.html.erb (Duration: 1.2ms | Allocations: 626) ---------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_without_underline_prefix ---------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.2ms | Allocations: 106) Rendered test/render_partial_inside_directory.html.erb (Duration: 0.7ms | Allocations: 409) ---------------------------------------------------------------------------------------- RenderTemplateTest: test_raises_descriptive_error_message_when_template_was_not_rendered ---------------------------------------------------------------------------------------- Rendering test/hello_world_with_partial.html.erb Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/hello_world_with_partial.html.erb (Duration: 0.5ms | Allocations: 266) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(failing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.0ms | Allocations: 26) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.1ms | Allocations: 88) ------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_with_underline_prefix ------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/render_partial_inside_directory.html.erb (Duration: 0.1ms | Allocations: 67) -------------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_templates_with_a_Regexp -------------------------------------------------------------------- Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_string ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 1ms (Views: 0.9ms | Allocations: 450) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 166) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_relative_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 278) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_symbol ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout_without_layouts_prefix ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) --------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_layout_and_partial --------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout_and_partial as HTML Rendering test/hello_world_with_partial.html.erb within layouts/standard Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/hello_world_with_partial.html.erb within layouts/standard (Duration: 0.1ms | Allocations: 63) Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 328) -------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_passes_when_no_template_rendered -------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout ------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_locals_option_to_assert_template_is_not_supported ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 185) --------------------------------------------------- TemplateAssertionsControllerTest: test_with_partial --------------------------------------------------- Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 130) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_not_known_layout ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ---------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_fails_when_template_rendered ---------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ------------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passes_with_correct_layout_symbol ------------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ---------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_no_layout ---------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_no_template_rendered ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ----------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_invalid_hash_keys_raises_argument_error ----------------------------------------------------------------------------------- ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_repeated_name_in_path ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template_repeating_in_path as HTML Rendering test/hello/hello.html.erb Rendered test/hello/hello.html.erb (Duration: 0.2ms | Allocations: 71) Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 376) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 182) -------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_wrong_layout -------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 171) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_string_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout_false ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_template_rendered ------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_string ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ----------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_assert_template_reset_between_requests ----------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 46) Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 14) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 124) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 47) Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 7) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 173) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 46) Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 18) Completed 200 OK in 0ms (Views: 0.5ms | Allocations: 273) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.5ms | Allocations: 46) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 7) Completed 200 OK in 3ms (Views: 2.8ms | Allocations: 1272) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 166) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 7) Completed 200 OK in 3ms (Views: 2.8ms | Allocations: 1272) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 166) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 7) Completed 200 OK in 4ms (Views: 3.6ms | Allocations: 1270) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 166) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 7) Completed 200 OK in 4ms (Views: 4.0ms | Allocations: 1270) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 7) Completed 200 OK in 3ms (Views: 2.9ms | Allocations: 1270) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Completed 500 Internal Server Error in 4ms (Allocations: 1860) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Completed 500 Internal Server Error in 4ms (Allocations: 1882) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Completed 500 Internal Server Error in 3ms (Allocations: 1860) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Completed 500 Internal Server Error in 6ms (Allocations: 1879) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Completed 500 Internal Server Error in 4ms (Allocations: 1860) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 7) Completed 200 OK in 3ms (Views: 2.9ms | Allocations: 1270) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Completed 500 Internal Server Error in 4ms (Allocations: 1860) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.6ms | Allocations: 229) Completed 200 OK in 4ms (Views: 4.1ms | Allocations: 1842) -------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_wrong_layout -------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.6ms | Allocations: 233) Completed 200 OK in 4ms (Views: 3.6ms | Allocations: 1602) ------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout ------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 382) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_not_known_layout ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 186) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_repeated_name_in_path ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template_repeating_in_path as HTML Rendering test/hello/hello.html.erb Rendered test/hello/hello.html.erb (Duration: 0.2ms | Allocations: 72) Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 385) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_string ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 191) ------------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passes_with_correct_layout_symbol ------------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 186) ---------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_no_layout ---------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_string_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_locals_option_to_assert_template_is_not_supported ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 49) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_string ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ---------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_fails_when_template_rendered ---------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) --------------------------------------------------- TemplateAssertionsControllerTest: test_with_partial --------------------------------------------------- Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 80) Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 326) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout_false ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 191) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_symbol ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) --------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_layout_and_partial --------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout_and_partial as HTML Rendering test/hello_world_with_partial.html.erb within layouts/standard Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/hello_world_with_partial.html.erb within layouts/standard (Duration: 0.3ms | Allocations: 156) Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 460) ----------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_invalid_hash_keys_raises_argument_error ----------------------------------------------------------------------------------- -------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_passes_when_no_template_rendered -------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ----------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_assert_template_reset_between_requests ----------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 191) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 45) Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 14) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 123) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 45) Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 7) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 178) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 45) Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 71) Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 492) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.8ms | Allocations: 45) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_no_template_rendered ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 71) Completed 200 OK in 1ms (Views: 0.9ms | Allocations: 597) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 187) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout_without_layouts_prefix ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_template_rendered ------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_relative_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 208) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 190) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 218) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 18) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 211) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-22 16:52:41 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 186) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-22 16:52:41 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 208) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-22 16:52:41 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-04-22 16:52:41 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-22 16:52:41 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-04-22 16:52:41 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-22 16:52:41 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-22 16:52:41 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 186) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-22 16:52:41 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-22 16:52:41 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 208) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-22 16:52:41 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-22 16:52:41 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-04-22 16:52:41 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 129) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-22 16:52:41 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-04-22 16:52:41 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 129) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-22 16:52:41 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-22 16:52:41 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-22 16:52:41 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_with_underline_prefix ------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.2ms | Allocations: 108) Rendered test/render_partial_inside_directory.html.erb (Duration: 0.7ms | Allocations: 420) -------------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_templates_with_a_Regexp -------------------------------------------------------------------- Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.1ms | Allocations: 72) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(failing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.6ms | Allocations: 405) Rendered test/calling_partial_with_layout.html.erb (Duration: 1.1ms | Allocations: 714) ----------------------------------------------------- RenderTemplateTest: test_supports_specifying_partials ----------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.0ms | Allocations: 38) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.1ms | Allocations: 93) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(passing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.1ms | Allocations: 38) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.2ms | Allocations: 93) ---------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_without_underline_prefix ---------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/render_partial_inside_directory.html.erb (Duration: 0.1ms | Allocations: 73) ---------------------------------------------------------------------- RenderTemplateTest: test_supports_different_locals_on_the_same_partial ---------------------------------------------------------------------- Rendering test/render_two_partials.html.erb Rendered test/_partial.html.erb (Duration: 0.1ms | Allocations: 81) Rendered test/_partial.html.erb (Duration: 0.1ms | Allocations: 78) Rendered test/render_two_partials.html.erb (Duration: 1.1ms | Allocations: 675) ---------------------------------------------------------------------------------------- RenderTemplateTest: test_raises_descriptive_error_message_when_template_was_not_rendered ---------------------------------------------------------------------------------------- Rendering test/hello_world_with_partial.html.erb Rendered test/_partial.html.erb (Duration: 0.1ms | Allocations: 78) Rendered test/hello_world_with_partial.html.erb (Duration: 0.6ms | Allocations: 364) ----------------------------------- AssignsControllerTest: test_assigns ----------------------------------- Processing by AssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 47) ---------------------------------------- AssignsControllerTest: test_view_assigns ---------------------------------------- Processing by ViewAssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 46) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Completed 500 Internal Server Error in 3ms (Allocations: 1542) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 7) Completed 200 OK in 4ms (Views: 3.7ms | Allocations: 1272) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.6ms | Allocations: 227) Completed 200 OK in 5ms (Views: 4.7ms | Allocations: 1939) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.6ms | Allocations: 227) Completed 200 OK in 5ms (Views: 4.6ms | Allocations: 1947) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.5ms | Allocations: 227) Completed 200 OK in 4ms (Views: 4.2ms | Allocations: 1957) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Completed 500 Internal Server Error in 4ms (Allocations: 1900) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Completed 500 Internal Server Error in 3ms (Allocations: 1899) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Completed 500 Internal Server Error in 5ms (Allocations: 1897) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Completed 500 Internal Server Error in 3ms (Allocations: 1897) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Completed 500 Internal Server Error in 3ms (Allocations: 1896) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Completed 500 Internal Server Error in 3ms (Allocations: 1889) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Completed 500 Internal Server Error in 5ms (Allocations: 1892) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 7) Completed 200 OK in 3ms (Views: 3.0ms | Allocations: 1283) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 7) Completed 200 OK in 3ms (Views: 3.1ms | Allocations: 1282) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 7) Completed 200 OK in 3ms (Views: 2.5ms | Allocations: 1287) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 7) Completed 200 OK in 4ms (Views: 3.5ms | Allocations: 1287) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 7) Completed 200 OK in 3ms (Views: 3.0ms | Allocations: 1289) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.7ms | Allocations: 7) Completed 200 OK in 4ms (Views: 4.1ms | Allocations: 1287) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 7) Completed 200 OK in 3ms (Views: 3.1ms | Allocations: 1287) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.7ms | Allocations: 233) Completed 200 OK in 5ms (Views: 4.5ms | Allocations: 1854) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.6ms | Allocations: 232) Completed 200 OK in 4ms (Views: 4.0ms | Allocations: 1852) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 7) Completed 200 OK in 3ms (Views: 3.0ms | Allocations: 1278) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 8) Completed 200 OK in 3ms (Views: 2.5ms | Allocations: 1275) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 8) Completed 200 OK in 3ms (Views: 2.8ms | Allocations: 1275) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 8) Completed 200 OK in 3ms (Views: 2.7ms | Allocations: 1275) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 8) Completed 200 OK in 3ms (Views: 2.8ms | Allocations: 1275) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 8) Completed 200 OK in 3ms (Views: 2.6ms | Allocations: 1275) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 8) Completed 200 OK in 3ms (Views: 2.8ms | Allocations: 1275) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 8) Completed 200 OK in 3ms (Views: 3.1ms | Allocations: 1276) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.5ms | Allocations: 229) Completed 200 OK in 4ms (Views: 4.0ms | Allocations: 1849) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 7) Completed 200 OK in 2ms (Views: 2.4ms | Allocations: 1278) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 7) Completed 200 OK in 3ms (Views: 2.9ms | Allocations: 1278) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 7) Completed 200 OK in 3ms (Views: 3.2ms | Allocations: 1277) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 7) Completed 200 OK in 3ms (Views: 2.8ms | Allocations: 1277) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 7) Completed 200 OK in 4ms (Views: 4.2ms | Allocations: 1277) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 7) Completed 200 OK in 5ms (Views: 4.7ms | Allocations: 1278) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 7) Completed 200 OK in 3ms (Views: 3.2ms | Allocations: 1287) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.6ms | Allocations: 227) Completed 200 OK in 5ms (Views: 4.8ms | Allocations: 1999) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.7ms | Allocations: 227) Completed 200 OK in 4ms (Views: 4.3ms | Allocations: 1998) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.5ms | Allocations: 225) Completed 200 OK in 4ms (Views: 3.9ms | Allocations: 1996) -------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_passes_when_no_template_rendered -------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 50) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_no_template_rendered ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_relative_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 70) Completed 200 OK in 1ms (Views: 0.9ms | Allocations: 534) ----------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_invalid_hash_keys_raises_argument_error ----------------------------------------------------------------------------------- ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_symbol ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.2ms | Allocations: 77) Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 382) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) --------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_layout_and_partial --------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout_and_partial as HTML Rendering test/hello_world_with_partial.html.erb within layouts/standard Rendered test/_partial.html.erb (Duration: 0.1ms | Allocations: 76) Rendered test/hello_world_with_partial.html.erb within layouts/standard (Duration: 0.6ms | Allocations: 343) Completed 200 OK in 1ms (Views: 1.4ms | Allocations: 827) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_repeated_name_in_path ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template_repeating_in_path as HTML Rendering test/hello/hello.html.erb Rendered test/hello/hello.html.erb (Duration: 0.2ms | Allocations: 71) Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 377) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 224) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 18) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 216) ------------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passes_with_correct_layout_symbol ------------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) -------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_wrong_layout -------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ---------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_fails_when_template_rendered ---------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_string ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) --------------------------------------------------- TemplateAssertionsControllerTest: test_with_partial --------------------------------------------------- Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 130) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_locals_option_to_assert_template_is_not_supported ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_not_known_layout ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_string_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout_false ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ---------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_no_layout ---------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_template_rendered ------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ----------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_assert_template_reset_between_requests ----------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 46) Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 14) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 124) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 46) Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 7) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 173) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 46) Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 18) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 273) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 46) ------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout ------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.4ms | Allocations: 185) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout_without_layouts_prefix ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_string ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(passing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.4ms | Allocations: 225) Rendered test/calling_partial_with_layout.html.erb (Duration: 1.3ms | Allocations: 700) ---------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_without_underline_prefix ---------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.2ms | Allocations: 106) Rendered test/render_partial_inside_directory.html.erb (Duration: 0.7ms | Allocations: 409) ----------------------------------------------------- RenderTemplateTest: test_supports_specifying_partials ----------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.0ms | Allocations: 26) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.1ms | Allocations: 88) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(failing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.0ms | Allocations: 26) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.1ms | Allocations: 88) ------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_with_underline_prefix ------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/render_partial_inside_directory.html.erb (Duration: 0.1ms | Allocations: 67) ---------------------------------------------------------------------------------------- RenderTemplateTest: test_raises_descriptive_error_message_when_template_was_not_rendered ---------------------------------------------------------------------------------------- Rendering test/hello_world_with_partial.html.erb Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/hello_world_with_partial.html.erb (Duration: 0.4ms | Allocations: 201) -------------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_templates_with_a_Regexp -------------------------------------------------------------------- Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) ---------------------------------------------------------------------- RenderTemplateTest: test_supports_different_locals_on_the_same_partial ---------------------------------------------------------------------- Rendering test/render_two_partials.html.erb Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 79) Rendered test/_partial.html.erb (Duration: 0.1ms | Allocations: 76) Rendered test/render_two_partials.html.erb (Duration: 1.2ms | Allocations: 607) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-22 17:23:48 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 182) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-22 17:23:48 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 324) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-22 17:23:48 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-22 17:23:48 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 320) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-22 17:23:48 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-04-22 17:23:48 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-22 17:23:48 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-22 17:23:48 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-22 17:23:48 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-04-22 17:23:48 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 130) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-22 17:23:48 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-04-22 17:23:48 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 130) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-22 17:23:48 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-04-22 17:23:48 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-22 17:23:48 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-22 17:23:48 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-22 17:23:49 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-22 17:23:49 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ----------------------------------- AssignsControllerTest: test_assigns ----------------------------------- Processing by AssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 49) ---------------------------------------- AssignsControllerTest: test_view_assigns ---------------------------------------- Processing by ViewAssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 47) ----------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_assert_template_reset_between_requests ----------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 2.1ms | Allocations: 233) Completed 200 OK in 8ms (Views: 8.3ms | Allocations: 1754) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 1ms (Views: 8.3ms | Allocations: 50) Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 78) Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 323) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.8ms | Allocations: 46) Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 363) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.7ms | Allocations: 46) Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.6ms | Allocations: 70) Completed 200 OK in 2ms (Views: 1.8ms | Allocations: 558) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 1.8ms | Allocations: 46) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ---------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_no_layout ---------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_symbol ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 1ms (Views: 1.1ms | Allocations: 458) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 173) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_no_template_rendered ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_string ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 185) -------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_wrong_layout -------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) --------------------------------------------------- TemplateAssertionsControllerTest: test_with_partial --------------------------------------------------- Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 130) ------------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passes_with_correct_layout_symbol ------------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_string_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 178) ------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout ------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout_without_layouts_prefix ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_locals_option_to_assert_template_is_not_supported ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ---------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_fails_when_template_rendered ---------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 185) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_relative_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 278) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_not_known_layout ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) -------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_passes_when_no_template_rendered -------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout_false ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) --------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_layout_and_partial --------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout_and_partial as HTML Rendering test/hello_world_with_partial.html.erb within layouts/standard Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/hello_world_with_partial.html.erb within layouts/standard (Duration: 0.4ms | Allocations: 149) Completed 200 OK in 1ms (Views: 1.0ms | Allocations: 445) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 182) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_repeated_name_in_path ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template_repeating_in_path as HTML Rendering test/hello/hello.html.erb Rendered test/hello/hello.html.erb (Duration: 0.2ms | Allocations: 71) Completed 200 OK in 1ms (Views: 0.9ms | Allocations: 376) ------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_template_rendered ------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ----------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_invalid_hash_keys_raises_argument_error ----------------------------------------------------------------------------------- ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_string ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 7) Completed 200 OK in 4ms (Views: 4.1ms | Allocations: 1278) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 7) Completed 200 OK in 3ms (Views: 3.0ms | Allocations: 1280) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 7) Completed 200 OK in 4ms (Views: 4.4ms | Allocations: 1278) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 7) Completed 200 OK in 3ms (Views: 3.0ms | Allocations: 1270) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 7) Completed 200 OK in 3ms (Views: 3.0ms | Allocations: 1270) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 12) Completed 200 OK in 4ms (Views: 3.8ms | Allocations: 1277) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 12) Completed 200 OK in 3ms (Views: 3.0ms | Allocations: 1277) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 12) Completed 200 OK in 3ms (Views: 3.1ms | Allocations: 1275) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 19) Completed 200 OK in 3ms (Views: 3.0ms | Allocations: 1282) ----------------------------------- AssignsControllerTest: test_assigns ----------------------------------- Processing by AssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 62) ---------------------------------------- AssignsControllerTest: test_view_assigns ---------------------------------------- Processing by ViewAssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 46) -------------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_templates_with_a_Regexp -------------------------------------------------------------------- Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.9ms | Allocations: 232) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(passing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 1.5ms | Allocations: 408) Rendered test/calling_partial_with_layout.html.erb (Duration: 2.6ms | Allocations: 727) ----------------------------------------------------- RenderTemplateTest: test_supports_specifying_partials ----------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.1ms | Allocations: 38) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.1ms | Allocations: 93) ---------------------------------------------------------------------- RenderTemplateTest: test_supports_different_locals_on_the_same_partial ---------------------------------------------------------------------- Rendering test/render_two_partials.html.erb Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 79) Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 76) Rendered test/render_two_partials.html.erb (Duration: 1.5ms | Allocations: 670) ---------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_without_underline_prefix ---------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.4ms | Allocations: 106) Rendered test/render_partial_inside_directory.html.erb (Duration: 1.2ms | Allocations: 424) ------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_with_underline_prefix ------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/render_partial_inside_directory.html.erb (Duration: 0.1ms | Allocations: 73) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(failing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.1ms | Allocations: 38) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.1ms | Allocations: 93) ---------------------------------------------------------------------------------------- RenderTemplateTest: test_raises_descriptive_error_message_when_template_was_not_rendered ---------------------------------------------------------------------------------------- Rendering test/hello_world_with_partial.html.erb Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 77) Rendered test/hello_world_with_partial.html.erb (Duration: 0.7ms | Allocations: 355) ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-04-23 16:08:41 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 1ms (Views: 1.0ms | Allocations: 677) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-23 16:08:41 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-23 16:08:41 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 383) --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-04-23 16:08:41 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 241) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-23 16:08:41 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-04-23 16:08:41 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-23 16:08:41 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-04-23 16:08:41 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 129) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-23 16:08:41 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-23 16:08:41 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 186) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-23 16:08:41 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-23 16:08:41 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 1ms (Views: 1.4ms | Allocations: 466) --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-23 16:08:41 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.4ms | Allocations: 186) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-23 16:08:41 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-23 16:08:41 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.4ms | Allocations: 171) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-23 16:08:41 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 186) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_string ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 190) ------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_template_rendered ------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 176) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 171) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_relative_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 171) ---------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_no_layout ---------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 186) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ----------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_assert_template_reset_between_requests ----------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 45) Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 14) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 123) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 45) Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 7) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 178) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 45) Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 168) --------------------------------------------------- TemplateAssertionsControllerTest: test_with_partial --------------------------------------------------- Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 129) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_not_known_layout ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_string ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ----------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_invalid_hash_keys_raises_argument_error ----------------------------------------------------------------------------------- ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout_false ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout_without_layouts_prefix ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_locals_option_to_assert_template_is_not_supported ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_repeated_name_in_path ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template_repeating_in_path as HTML Rendering test/hello/hello.html.erb Rendered test/hello/hello.html.erb (Duration: 0.2ms | Allocations: 71) Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 390) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 191) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_string_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) -------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_wrong_layout -------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 186) -------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_passes_when_no_template_rendered -------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ---------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_fails_when_template_rendered ---------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout ------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 176) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_no_template_rendered ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passes_with_correct_layout_symbol ------------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) --------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_layout_and_partial --------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout_and_partial as HTML Rendering test/hello_world_with_partial.html.erb within layouts/standard Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/hello_world_with_partial.html.erb within layouts/standard (Duration: 0.1ms | Allocations: 69) Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 349) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_symbol ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ------------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passes_with_correct_layout_symbol ------------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.7ms | Allocations: 232) Completed 200 OK in 5ms (Views: 4.9ms | Allocations: 1766) ---------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_fails_when_template_rendered ---------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 380) ----------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_invalid_hash_keys_raises_argument_error ----------------------------------------------------------------------------------- ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 1ms (Views: 1.1ms | Allocations: 471) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_string ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_string ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_not_known_layout ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_locals_option_to_assert_template_is_not_supported ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 49) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 176) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 171) ---------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_no_layout ---------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout_false ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ----------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_assert_template_reset_between_requests ----------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 45) Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 75) Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 325) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.6ms | Allocations: 45) Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 7) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 179) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 45) Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 168) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_string_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) -------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_wrong_layout -------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout ------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_relative_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 171) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_template_rendered ------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_symbol ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) --------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_layout_and_partial --------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout_and_partial as HTML Rendering test/hello_world_with_partial.html.erb within layouts/standard Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/hello_world_with_partial.html.erb within layouts/standard (Duration: 0.5ms | Allocations: 155) Completed 200 OK in 1ms (Views: 1.1ms | Allocations: 465) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 191) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_no_template_rendered ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_repeated_name_in_path ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template_repeating_in_path as HTML Rendering test/hello/hello.html.erb Rendered test/hello/hello.html.erb (Duration: 0.2ms | Allocations: 71) Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 390) -------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_passes_when_no_template_rendered -------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout_without_layouts_prefix ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 187) --------------------------------------------------- TemplateAssertionsControllerTest: test_with_partial --------------------------------------------------- Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 129) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 186) ----------------------------------- AssignsControllerTest: test_assigns ----------------------------------- Processing by AssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 47) ---------------------------------------- AssignsControllerTest: test_view_assigns ---------------------------------------- Processing by ViewAssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 46) ---------------------------------------------------------------------- RenderTemplateTest: test_supports_different_locals_on_the_same_partial ---------------------------------------------------------------------- Rendering test/render_two_partials.html.erb Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 79) Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 76) Rendered test/render_two_partials.html.erb (Duration: 1.5ms | Allocations: 654) ------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_with_underline_prefix ------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.2ms | Allocations: 106) Rendered test/render_partial_inside_directory.html.erb (Duration: 0.9ms | Allocations: 425) ---------------------------------------------------------------------------------------- RenderTemplateTest: test_raises_descriptive_error_message_when_template_was_not_rendered ---------------------------------------------------------------------------------------- Rendering test/hello_world_with_partial.html.erb Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/hello_world_with_partial.html.erb (Duration: 0.4ms | Allocations: 197) -------------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_templates_with_a_Regexp -------------------------------------------------------------------- Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(failing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.8ms | Allocations: 408) Rendered test/calling_partial_with_layout.html.erb (Duration: 1.4ms | Allocations: 723) ---------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_without_underline_prefix ---------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/render_partial_inside_directory.html.erb (Duration: 0.1ms | Allocations: 73) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(passing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.1ms | Allocations: 38) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.1ms | Allocations: 93) ----------------------------------------------------- RenderTemplateTest: test_supports_specifying_partials ----------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.1ms | Allocations: 38) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.1ms | Allocations: 93) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-23 16:12:30 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 187) ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-23 16:12:30 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 171) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-23 16:12:30 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 171) --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-04-23 16:12:30 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.1ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 129) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-23 16:12:30 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-04-23 16:12:30 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-23 16:12:30 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-04-23 16:12:30 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 129) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-23 16:12:30 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-04-23 16:12:30 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-23 16:12:30 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-23 16:12:30 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 186) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-23 16:12:30 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-23 16:12:30 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-23 16:12:30 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-23 16:12:30 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_symbol ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.7ms | Allocations: 233) Completed 200 OK in 4ms (Views: 4.0ms | Allocations: 1604) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.2ms | Allocations: 72) Completed 200 OK in 1ms (Views: 1.2ms | Allocations: 627) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 18) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 212) --------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_layout_and_partial --------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout_and_partial as HTML Rendering test/hello_world_with_partial.html.erb within layouts/standard Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 78) Rendered test/hello_world_with_partial.html.erb within layouts/standard (Duration: 0.8ms | Allocations: 353) Completed 200 OK in 2ms (Views: 1.7ms | Allocations: 849) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_locals_option_to_assert_template_is_not_supported ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 49) -------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_wrong_layout -------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 187) ----------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_invalid_hash_keys_raises_argument_error ----------------------------------------------------------------------------------- ---------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_no_layout ---------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 218) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_relative_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.2ms | Allocations: 71) Completed 200 OK in 1ms (Views: 1.1ms | Allocations: 466) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_no_template_rendered ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ----------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_assert_template_reset_between_requests ----------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 191) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 45) Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.1ms | Allocations: 14) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 123) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 45) Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 7) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 178) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 45) Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 18) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 202) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 45) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout_without_layouts_prefix ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 186) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_string ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ------------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passes_with_correct_layout_symbol ------------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 186) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_repeated_name_in_path ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template_repeating_in_path as HTML Rendering test/hello/hello.html.erb Rendered test/hello/hello.html.erb (Duration: 0.2ms | Allocations: 72) Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 385) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 187) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_not_known_layout ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) -------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_passes_when_no_template_rendered -------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_string ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 190) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) --------------------------------------------------- TemplateAssertionsControllerTest: test_with_partial --------------------------------------------------- Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 129) ------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_template_rendered ------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ---------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_fails_when_template_rendered ---------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout ------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.1ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 190) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_string_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 190) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout_false ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-04-23 16:12:43 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 129) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-23 16:12:43 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-23 16:12:43 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 186) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-23 16:12:43 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 207) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-23 16:12:43 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-23 16:12:43 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-23 16:12:43 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-04-23 16:12:43 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-23 16:12:43 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-04-23 16:12:43 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 129) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-23 16:12:43 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-04-23 16:12:43 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.1ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 190) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-23 16:12:43 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-23 16:12:43 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-23 16:12:43 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-04-23 16:12:43 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 207) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-04-23 16:12:43 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-04-23 16:12:43 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ----------------------------------- AssignsControllerTest: test_assigns ----------------------------------- Processing by AssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 47) ---------------------------------------- AssignsControllerTest: test_view_assigns ---------------------------------------- Processing by ViewAssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_with_underline_prefix ------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.2ms | Allocations: 108) Rendered test/render_partial_inside_directory.html.erb (Duration: 0.8ms | Allocations: 420) ---------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_without_underline_prefix ---------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/render_partial_inside_directory.html.erb (Duration: 0.1ms | Allocations: 73) ----------------------------------------------------- RenderTemplateTest: test_supports_specifying_partials ----------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.7ms | Allocations: 405) Rendered test/calling_partial_with_layout.html.erb (Duration: 1.3ms | Allocations: 714) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(passing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.1ms | Allocations: 38) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.1ms | Allocations: 93) ---------------------------------------------------------------------------------------- RenderTemplateTest: test_raises_descriptive_error_message_when_template_was_not_rendered ---------------------------------------------------------------------------------------- Rendering test/hello_world_with_partial.html.erb Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 78) Rendered test/hello_world_with_partial.html.erb (Duration: 0.7ms | Allocations: 383) -------------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_templates_with_a_Regexp -------------------------------------------------------------------- Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.3ms | Allocations: 72) ---------------------------------------------------------------------- RenderTemplateTest: test_supports_different_locals_on_the_same_partial ---------------------------------------------------------------------- Rendering test/render_two_partials.html.erb Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 81) Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 78) Rendered test/render_two_partials.html.erb (Duration: 1.5ms | Allocations: 656) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(failing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.1ms | Allocations: 38) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.1ms | Allocations: 93) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.2ms | Allocations: 7) Completed 200 OK in 4ms (Views: 3.7ms | Allocations: 1270) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 166) ----------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_assert_template_reset_between_requests ----------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.9ms | Allocations: 229) Completed 200 OK in 3ms (Views: 2.9ms | Allocations: 932) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 2.9ms | Allocations: 50) Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 75) Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 319) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.6ms | Allocations: 46) Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 7) Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 362) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.7ms | Allocations: 46) Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.0ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 164) --------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_layout_and_partial --------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout_and_partial as HTML Rendering test/hello_world_with_partial.html.erb within layouts/standard Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/hello_world_with_partial.html.erb within layouts/standard (Duration: 0.5ms | Allocations: 149) Completed 200 OK in 1ms (Views: 1.0ms | Allocations: 445) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_no_template_rendered ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_string ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 186) -------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_wrong_layout -------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_not_known_layout ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) -------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_passes_when_no_template_rendered -------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_string_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_template_rendered ------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_relative_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.0ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 166) ---------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_no_layout ---------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_repeated_name_in_path ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template_repeating_in_path as HTML Rendering test/hello/hello.html.erb Rendered test/hello/hello.html.erb (Duration: 0.2ms | Allocations: 71) Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 376) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_locals_option_to_assert_template_is_not_supported ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_symbol ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) --------------------------------------------------- TemplateAssertionsControllerTest: test_with_partial --------------------------------------------------- Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 130) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_string ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 171) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout_false ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout ------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout_without_layouts_prefix ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ---------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_fails_when_template_rendered ---------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ----------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_invalid_hash_keys_raises_argument_error ----------------------------------------------------------------------------------- ------------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passes_with_correct_layout_symbol ------------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ----------------------------------- AssignsControllerTest: test_assigns ----------------------------------- Processing by AssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 48) ---------------------------------------- AssignsControllerTest: test_view_assigns ---------------------------------------- Processing by ViewAssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 47) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(failing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.9ms | Allocations: 225) Rendered test/calling_partial_with_layout.html.erb (Duration: 2.0ms | Allocations: 700) -------------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_templates_with_a_Regexp -------------------------------------------------------------------- Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) ------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_with_underline_prefix ------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.4ms | Allocations: 106) Rendered test/render_partial_inside_directory.html.erb (Duration: 1.2ms | Allocations: 409) ---------------------------------------------------------------------------------------- RenderTemplateTest: test_raises_descriptive_error_message_when_template_was_not_rendered ---------------------------------------------------------------------------------------- Rendering test/hello_world_with_partial.html.erb Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/hello_world_with_partial.html.erb (Duration: 0.5ms | Allocations: 201) ---------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_without_underline_prefix ---------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/render_partial_inside_directory.html.erb (Duration: 0.1ms | Allocations: 67) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(passing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.0ms | Allocations: 26) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.1ms | Allocations: 88) ---------------------------------------------------------------------- RenderTemplateTest: test_supports_different_locals_on_the_same_partial ---------------------------------------------------------------------- Rendering test/render_two_partials.html.erb Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 79) Rendered test/_partial.html.erb (Duration: 0.1ms | Allocations: 76) Rendered test/render_two_partials.html.erb (Duration: 1.4ms | Allocations: 607) ----------------------------------------------------- RenderTemplateTest: test_supports_specifying_partials ----------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.0ms | Allocations: 26) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.1ms | Allocations: 88) ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-05-04 10:42:18 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 10:42:18 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-05-04 10:42:18 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 181) -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-05-04 10:42:18 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 10:42:18 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-05-04 10:42:18 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 10:42:18 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-05-04 10:42:18 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 130) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 10:42:18 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-05-04 10:42:18 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.4ms | Allocations: 166) ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-05-04 10:42:18 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 130) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 10:42:18 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-05-04 10:42:18 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering test/dummy/README.rdoc Rendered test/dummy/README.rdoc (Duration: 0.0ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 166) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-05-04 10:42:18 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-05-04 10:42:18 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 185) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 10:42:18 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ---------------------------------------------------------------------- RenderTemplateTest: test_supports_different_locals_on_the_same_partial ---------------------------------------------------------------------- Rendering test/render_two_partials.html.erb Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 79) Rendered test/_partial.html.erb (Duration: 0.1ms | Allocations: 76) Rendered test/render_two_partials.html.erb (Duration: 1.7ms | Allocations: 812) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(failing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.4ms | Allocations: 225) Rendered test/calling_partial_with_layout.html.erb (Duration: 1.2ms | Allocations: 700) ---------------------------------------------------------------------------------------- RenderTemplateTest: test_raises_descriptive_error_message_when_template_was_not_rendered ---------------------------------------------------------------------------------------- Rendering test/hello_world_with_partial.html.erb Rendered test/_partial.html.erb (Duration: 0.1ms | Allocations: 76) Rendered test/hello_world_with_partial.html.erb (Duration: 0.7ms | Allocations: 340) ----------------------------------------------------- RenderTemplateTest: test_supports_specifying_partials ----------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.0ms | Allocations: 26) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.1ms | Allocations: 88) -------------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_templates_with_a_Regexp -------------------------------------------------------------------- Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.1ms | Allocations: 71) ---------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_without_underline_prefix ---------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.2ms | Allocations: 106) Rendered test/render_partial_inside_directory.html.erb (Duration: 0.7ms | Allocations: 409) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(passing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.0ms | Allocations: 26) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.1ms | Allocations: 88) ------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_with_underline_prefix ------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/render_partial_inside_directory.html.erb (Duration: 0.1ms | Allocations: 67) ---------------------------------------- AssignsControllerTest: test_view_assigns ---------------------------------------- Processing by ViewAssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 61) ----------------------------------- AssignsControllerTest: test_assigns ----------------------------------- Processing by AssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 48) ----------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_invalid_hash_keys_raises_argument_error ----------------------------------------------------------------------------------- ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_string ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 1ms (Views: 1.0ms | Allocations: 610) ----------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_assert_template_reset_between_requests ----------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 46) Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 14) Completed 200 OK in 0ms (Views: 0.4ms | Allocations: 226) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.4ms | Allocations: 46) Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 7) Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 361) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.6ms | Allocations: 46) Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 69) Completed 200 OK in 1ms (Views: 1.1ms | Allocations: 557) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 1.1ms | Allocations: 46) ---------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_fails_when_template_rendered ---------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_string ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_repeated_name_in_path ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template_repeating_in_path as HTML Rendering test/hello/hello.html.erb Rendered test/hello/hello.html.erb (Duration: 0.2ms | Allocations: 71) Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 376) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout_without_layouts_prefix ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 182) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 1ms (Views: 1.0ms | Allocations: 450) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout_false ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ------------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passes_with_correct_layout_symbol ------------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) -------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_passes_when_no_template_rendered -------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) --------------------------------------------------- TemplateAssertionsControllerTest: test_with_partial --------------------------------------------------- Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 130) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_locals_option_to_assert_template_is_not_supported ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout ------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 171) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 166) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_relative_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 278) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_symbol ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_template_rendered ------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_string_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) --------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_layout_and_partial --------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout_and_partial as HTML Rendering test/hello_world_with_partial.html.erb within layouts/standard Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/hello_world_with_partial.html.erb within layouts/standard (Duration: 0.1ms | Allocations: 63) Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 328) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_not_known_layout ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 181) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_no_template_rendered ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) -------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_wrong_layout -------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ---------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_no_layout ---------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-05-04 10:42:28 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 10:42:28 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-05-04 10:42:28 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-05-04 10:42:28 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 10:42:28 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-05-04 10:42:28 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 324) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 10:42:28 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-05-04 10:42:28 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-05-04 10:42:28 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 10:42:28 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-05-04 10:42:28 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 320) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 10:42:28 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-05-04 10:42:28 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 10:42:28 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-05-04 10:42:28 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 130) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 10:42:28 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-05-04 10:42:28 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 131) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 10:42:28 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-05-04 15:17:09 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.6ms | Allocations: 234) Completed 200 OK in 5ms (Views: 4.5ms | Allocations: 1766) ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-05-04 15:17:09 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 78) Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 325) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:17:09 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 50) ----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-05-04 15:17:09 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 357) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:17:09 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-05-04 15:17:09 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 181) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:17:09 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-05-04 15:17:09 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.4ms | Allocations: 71) Completed 200 OK in 2ms (Views: 1.6ms | Allocations: 607) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:17:09 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-05-04 15:17:09 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 182) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:17:09 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-05-04 15:17:09 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 320) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:17:09 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-05-04 15:17:09 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:17:09 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-05-04 15:17:09 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 130) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:17:09 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-05-04 15:17:09 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 181) -------------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_templates_with_a_Regexp -------------------------------------------------------------------- Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(passing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.8ms | Allocations: 225) Rendered test/calling_partial_with_layout.html.erb (Duration: 2.1ms | Allocations: 702) ---------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_without_underline_prefix ---------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.4ms | Allocations: 106) Rendered test/render_partial_inside_directory.html.erb (Duration: 1.2ms | Allocations: 409) ---------------------------------------------------------------------- RenderTemplateTest: test_supports_different_locals_on_the_same_partial ---------------------------------------------------------------------- Rendering test/render_two_partials.html.erb Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 79) Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 76) Rendered test/render_two_partials.html.erb (Duration: 1.5ms | Allocations: 626) ----------------------------------------------------- RenderTemplateTest: test_supports_specifying_partials ----------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.1ms | Allocations: 26) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.1ms | Allocations: 88) ------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_with_underline_prefix ------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/render_partial_inside_directory.html.erb (Duration: 0.1ms | Allocations: 67) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(failing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.0ms | Allocations: 26) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.1ms | Allocations: 88) ---------------------------------------------------------------------------------------- RenderTemplateTest: test_raises_descriptive_error_message_when_template_was_not_rendered ---------------------------------------------------------------------------------------- Rendering test/hello_world_with_partial.html.erb Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/hello_world_with_partial.html.erb (Duration: 0.8ms | Allocations: 266) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_repeated_name_in_path ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template_repeating_in_path as HTML Rendering test/hello/hello.html.erb Rendered test/hello/hello.html.erb (Duration: 0.2ms | Allocations: 71) Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 377) ----------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_invalid_hash_keys_raises_argument_error ----------------------------------------------------------------------------------- ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_string ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ---------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_fails_when_template_rendered ---------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) --------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_layout_and_partial --------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout_and_partial as HTML Rendering test/hello_world_with_partial.html.erb within layouts/standard Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/hello_world_with_partial.html.erb within layouts/standard (Duration: 0.1ms | Allocations: 63) Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 328) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_string_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) -------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_wrong_layout -------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_relative_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 278) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_string ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout_without_layouts_prefix ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ----------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_assert_template_reset_between_requests ----------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 46) Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 14) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 124) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 46) Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 7) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 173) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 46) Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 18) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 273) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 46) ------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_template_rendered ------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout ------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ---------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_no_layout ---------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_no_template_rendered ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout_false ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_locals_option_to_assert_template_is_not_supported ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_symbol ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 5) Completed 200 OK in 1ms (Views: 0.9ms | Allocations: 450) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 166) ------------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passes_with_correct_layout_symbol ------------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_not_known_layout ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) --------------------------------------------------- TemplateAssertionsControllerTest: test_with_partial --------------------------------------------------- Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 130) ---------------------------------------- AssignsControllerTest: test_view_assigns ---------------------------------------- Processing by ViewAssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 47) ----------------------------------- AssignsControllerTest: test_assigns ----------------------------------- Processing by AssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 49) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_locals_option_to_assert_template_is_not_supported ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 61) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 8) Completed 200 OK in 3ms (Views: 2.6ms | Allocations: 1259) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 166) ----------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_assert_template_reset_between_requests ----------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.5ms | Allocations: 229) Completed 200 OK in 2ms (Views: 1.9ms | Allocations: 932) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 1.9ms | Allocations: 46) Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.1ms | Allocations: 75) Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 319) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.6ms | Allocations: 46) Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 7) Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 362) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.5ms | Allocations: 46) Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 69) Completed 200 OK in 1ms (Views: 0.9ms | Allocations: 557) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.9ms | Allocations: 46) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_relative_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 279) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_repeated_name_in_path ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template_repeating_in_path as HTML Rendering test/hello/hello.html.erb Rendered test/hello/hello.html.erb (Duration: 0.1ms | Allocations: 71) Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 376) ------------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passes_with_correct_layout_symbol ------------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 182) -------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_wrong_layout -------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout ------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_string ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_template_rendered ------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ---------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_fails_when_template_rendered ---------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) -------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_passes_when_no_template_rendered -------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) --------------------------------------------------- TemplateAssertionsControllerTest: test_with_partial --------------------------------------------------- Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 130) ----------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_invalid_hash_keys_raises_argument_error ----------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_no_template_rendered ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_symbol ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_string_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ---------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_no_layout ---------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout_false ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) --------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_layout_and_partial --------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout_and_partial as HTML Rendering test/hello_world_with_partial.html.erb within layouts/standard Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/hello_world_with_partial.html.erb within layouts/standard (Duration: 0.3ms | Allocations: 149) Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 445) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout_without_layouts_prefix ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 182) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_string ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 171) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 181) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_not_known_layout ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-05-04 15:17:41 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:17:41 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-05-04 15:17:41 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-05-04 15:17:41 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 130) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:17:41 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-05-04 15:17:41 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-05-04 15:17:41 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 320) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:17:41 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-05-04 15:17:42 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 130) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:17:42 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-05-04 15:17:42 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:17:42 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-05-04 15:17:42 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 324) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:17:42 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-05-04 15:17:42 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:17:42 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-05-04 15:17:42 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 185) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:17:42 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) -------------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_templates_with_a_Regexp -------------------------------------------------------------------- Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) ------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_with_underline_prefix ------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.2ms | Allocations: 106) Rendered test/render_partial_inside_directory.html.erb (Duration: 0.7ms | Allocations: 409) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(failing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.4ms | Allocations: 225) Rendered test/calling_partial_with_layout.html.erb (Duration: 1.2ms | Allocations: 700) ---------------------------------------------------------------------- RenderTemplateTest: test_supports_different_locals_on_the_same_partial ---------------------------------------------------------------------- Rendering test/render_two_partials.html.erb Rendered test/_partial.html.erb (Duration: 0.1ms | Allocations: 79) Rendered test/_partial.html.erb (Duration: 0.1ms | Allocations: 76) Rendered test/render_two_partials.html.erb (Duration: 1.2ms | Allocations: 626) ---------------------------------------------------------------------------------------- RenderTemplateTest: test_raises_descriptive_error_message_when_template_was_not_rendered ---------------------------------------------------------------------------------------- Rendering test/hello_world_with_partial.html.erb Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/hello_world_with_partial.html.erb (Duration: 0.4ms | Allocations: 182) ----------------------------------------------------- RenderTemplateTest: test_supports_specifying_partials ----------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.0ms | Allocations: 26) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.1ms | Allocations: 88) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(passing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.0ms | Allocations: 26) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.1ms | Allocations: 88) ---------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_without_underline_prefix ---------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/render_partial_inside_directory.html.erb (Duration: 0.1ms | Allocations: 67) ---------------------------------------- AssignsControllerTest: test_view_assigns ---------------------------------------- Processing by ViewAssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 48) ----------------------------------- AssignsControllerTest: test_assigns ----------------------------------- Processing by AssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 48) ---------------------------------------- AssignsControllerTest: test_view_assigns ---------------------------------------- Processing by ViewAssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 62) ----------------------------------- AssignsControllerTest: test_assigns ----------------------------------- Processing by AssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 48) ------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_with_underline_prefix ------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.2ms | Allocations: 106) Rendered test/render_partial_inside_directory.html.erb (Duration: 1.1ms | Allocations: 576) ---------------------------------------------------------------------------------------- RenderTemplateTest: test_raises_descriptive_error_message_when_template_was_not_rendered ---------------------------------------------------------------------------------------- Rendering test/hello_world_with_partial.html.erb Rendered test/_partial.html.erb (Duration: 0.1ms | Allocations: 76) Rendered test/hello_world_with_partial.html.erb (Duration: 0.7ms | Allocations: 375) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(failing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.4ms | Allocations: 225) Rendered test/calling_partial_with_layout.html.erb (Duration: 1.3ms | Allocations: 700) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(passing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.0ms | Allocations: 26) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.1ms | Allocations: 88) ---------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_without_underline_prefix ---------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/render_partial_inside_directory.html.erb (Duration: 0.1ms | Allocations: 67) ---------------------------------------------------------------------- RenderTemplateTest: test_supports_different_locals_on_the_same_partial ---------------------------------------------------------------------- Rendering test/render_two_partials.html.erb Rendered test/_partial.html.erb (Duration: 0.1ms | Allocations: 79) Rendered test/_partial.html.erb (Duration: 0.1ms | Allocations: 76) Rendered test/render_two_partials.html.erb (Duration: 1.2ms | Allocations: 607) -------------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_templates_with_a_Regexp -------------------------------------------------------------------- Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.1ms | Allocations: 71) ----------------------------------------------------- RenderTemplateTest: test_supports_specifying_partials ----------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.0ms | Allocations: 26) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.1ms | Allocations: 88) ----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-05-04 15:18:10 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 1ms (Views: 1.0ms | Allocations: 610) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:18:10 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-05-04 15:18:10 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.4ms | Allocations: 232) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:18:10 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-05-04 15:18:10 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 369) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:18:10 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-05-04 15:18:10 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.2ms | Allocations: 71) Completed 200 OK in 1ms (Views: 1.0ms | Allocations: 604) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:18:10 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-05-04 15:18:10 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 182) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-05-04 15:18:10 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-05-04 15:18:10 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:18:10 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-05-04 15:18:10 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 130) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:18:10 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-05-04 15:18:10 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 324) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:18:10 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-05-04 15:18:10 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:18:10 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) -------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_wrong_layout -------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ---------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_no_layout ---------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) --------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_layout_and_partial --------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout_and_partial as HTML Rendering test/hello_world_with_partial.html.erb within layouts/standard Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/hello_world_with_partial.html.erb within layouts/standard (Duration: 0.1ms | Allocations: 63) Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 328) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_not_known_layout ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_relative_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 278) ------------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passes_with_correct_layout_symbol ------------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_string ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout_without_layouts_prefix ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_string ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout ------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ----------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_assert_template_reset_between_requests ----------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 46) Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 14) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 124) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 46) Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 7) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 173) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 46) Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 18) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 273) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 46) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_string_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) --------------------------------------------------- TemplateAssertionsControllerTest: test_with_partial --------------------------------------------------- Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 130) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ---------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_fails_when_template_rendered ---------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_template_rendered ------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 1ms (Views: 1.1ms | Allocations: 450) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 166) ----------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_invalid_hash_keys_raises_argument_error ----------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_locals_option_to_assert_template_is_not_supported ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout_false ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_repeated_name_in_path ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template_repeating_in_path as HTML Rendering test/hello/hello.html.erb Rendered test/hello/hello.html.erb (Duration: 0.2ms | Allocations: 71) Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 376) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_symbol ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_no_template_rendered ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 47) ----------------------------------- AssignsControllerTest: test_assigns ----------------------------------- Processing by AssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 63) ---------------------------------------- AssignsControllerTest: test_view_assigns ---------------------------------------- Processing by ViewAssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 47) -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-05-04 15:20:38 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.5ms | Allocations: 232) Completed 200 OK in 4ms (Views: 3.7ms | Allocations: 1751) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:20:38 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-05-04 15:20:38 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 357) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:20:38 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-05-04 15:20:38 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:20:38 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-05-04 15:20:38 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 71) Completed 200 OK in 1ms (Views: 1.0ms | Allocations: 603) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:20:38 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-05-04 15:20:38 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:20:38 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-05-04 15:20:38 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 324) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:20:38 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-05-04 15:20:38 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.1ms | Allocations: 78) Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 324) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:20:38 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-05-04 15:20:38 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 182) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-05-04 15:20:38 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-05-04 15:20:38 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 130) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:20:38 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_locals_option_to_assert_template_is_not_supported ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout_without_layouts_prefix ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout ------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_symbol ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ----------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_invalid_hash_keys_raises_argument_error ----------------------------------------------------------------------------------- ----------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_assert_template_reset_between_requests ----------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 46) Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 14) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 124) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 46) Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 7) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 173) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 46) Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 18) Completed 200 OK in 0ms (Views: 0.4ms | Allocations: 273) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.4ms | Allocations: 46) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_string_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 185) -------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_passes_when_no_template_rendered -------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_not_known_layout ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_string ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 5) Completed 200 OK in 1ms (Views: 0.9ms | Allocations: 450) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 166) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_no_template_rendered ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) --------------------------------------------------- TemplateAssertionsControllerTest: test_with_partial --------------------------------------------------- Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 130) ------------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passes_with_correct_layout_symbol ------------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout_false ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_template_rendered ------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) --------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_layout_and_partial --------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout_and_partial as HTML Rendering test/hello_world_with_partial.html.erb within layouts/standard Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/hello_world_with_partial.html.erb within layouts/standard (Duration: 0.3ms | Allocations: 149) Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 445) -------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_wrong_layout -------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 182) ---------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_fails_when_template_rendered ---------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ---------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_no_layout ---------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_relative_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 278) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_repeated_name_in_path ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template_repeating_in_path as HTML Rendering test/hello/hello.html.erb Rendered test/hello/hello.html.erb (Duration: 0.1ms | Allocations: 71) Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 376) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_string ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ---------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_without_underline_prefix ---------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.2ms | Allocations: 106) Rendered test/render_partial_inside_directory.html.erb (Duration: 0.7ms | Allocations: 409) -------------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_templates_with_a_Regexp -------------------------------------------------------------------- Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(passing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.4ms | Allocations: 225) Rendered test/calling_partial_with_layout.html.erb (Duration: 1.2ms | Allocations: 700) ------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_with_underline_prefix ------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/render_partial_inside_directory.html.erb (Duration: 0.1ms | Allocations: 67) ----------------------------------------------------- RenderTemplateTest: test_supports_specifying_partials ----------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.0ms | Allocations: 26) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.1ms | Allocations: 88) ---------------------------------------------------------------------------------------- RenderTemplateTest: test_raises_descriptive_error_message_when_template_was_not_rendered ---------------------------------------------------------------------------------------- Rendering test/hello_world_with_partial.html.erb Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/hello_world_with_partial.html.erb (Duration: 0.4ms | Allocations: 201) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(failing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.0ms | Allocations: 26) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.1ms | Allocations: 88) ---------------------------------------------------------------------- RenderTemplateTest: test_supports_different_locals_on_the_same_partial ---------------------------------------------------------------------- Rendering test/render_two_partials.html.erb Rendered test/_partial.html.erb (Duration: 0.1ms | Allocations: 79) Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 76) Rendered test/render_two_partials.html.erb (Duration: 1.2ms | Allocations: 611) -------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_wrong_layout -------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.7ms | Allocations: 234) Completed 200 OK in 5ms (Views: 5.4ms | Allocations: 1765) --------------------------------------------------- TemplateAssertionsControllerTest: test_with_partial --------------------------------------------------- Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 78) Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 325) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_no_template_rendered ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 50) ------------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passes_with_correct_layout_symbol ------------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 182) ------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout ------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 356) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_relative_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.2ms | Allocations: 71) Completed 200 OK in 1ms (Views: 1.1ms | Allocations: 561) ---------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_no_layout ---------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 182) ----------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_assert_template_reset_between_requests ----------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 46) Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 14) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 124) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 46) Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 7) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 173) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 46) Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 18) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 273) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 46) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) -------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_passes_when_no_template_rendered -------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout_without_layouts_prefix ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_string_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 185) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_string ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_repeated_name_in_path ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template_repeating_in_path as HTML Rendering test/hello/hello.html.erb Rendered test/hello/hello.html.erb (Duration: 0.2ms | Allocations: 71) Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 376) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_not_known_layout ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 182) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_symbol ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 5) Completed 200 OK in 1ms (Views: 1.0ms | Allocations: 450) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 166) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_string ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout_false ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_template_rendered ------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) ---------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_fails_when_template_rendered ---------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) --------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_layout_and_partial --------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout_and_partial as HTML Rendering test/hello_world_with_partial.html.erb within layouts/standard Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/hello_world_with_partial.html.erb within layouts/standard (Duration: 0.3ms | Allocations: 149) Completed 200 OK in 1ms (Views: 0.8ms | Allocations: 445) ----------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_invalid_hash_keys_raises_argument_error ----------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_locals_option_to_assert_template_is_not_supported ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-05-04 15:41:23 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 131) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:41:23 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-05-04 15:41:23 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 181) --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-05-04 15:41:23 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:41:23 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-05-04 15:41:23 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:41:23 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-05-04 15:41:23 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:41:23 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-05-04 15:41:23 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 324) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:41:23 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-05-04 15:41:23 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 320) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:41:23 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-05-04 15:41:23 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 181) --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-05-04 15:41:23 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 130) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:41:23 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-05-04 15:41:23 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 185) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:41:23 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 46) ----------------------------------------------------- RenderTemplateTest: test_supports_specifying_partials ----------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.5ms | Allocations: 225) Rendered test/calling_partial_with_layout.html.erb (Duration: 1.5ms | Allocations: 700) ---------------------------------------------------------------------------------------- RenderTemplateTest: test_raises_descriptive_error_message_when_template_was_not_rendered ---------------------------------------------------------------------------------------- Rendering test/hello_world_with_partial.html.erb Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/hello_world_with_partial.html.erb (Duration: 0.4ms | Allocations: 201) ------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_with_underline_prefix ------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.2ms | Allocations: 106) Rendered test/render_partial_inside_directory.html.erb (Duration: 0.8ms | Allocations: 409) ---------------------------------------------------------------------- RenderTemplateTest: test_supports_different_locals_on_the_same_partial ---------------------------------------------------------------------- Rendering test/render_two_partials.html.erb Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 79) Rendered test/_partial.html.erb (Duration: 0.1ms | Allocations: 76) Rendered test/render_two_partials.html.erb (Duration: 1.3ms | Allocations: 607) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(failing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.0ms | Allocations: 26) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.1ms | Allocations: 88) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(passing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.1ms | Allocations: 26) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.1ms | Allocations: 88) ---------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_without_underline_prefix ---------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/render_partial_inside_directory.html.erb (Duration: 0.1ms | Allocations: 67) -------------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_templates_with_a_Regexp -------------------------------------------------------------------- Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) ----------------------------------- AssignsControllerTest: test_assigns ----------------------------------- Processing by AssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 48) ---------------------------------------- AssignsControllerTest: test_view_assigns ---------------------------------------- Processing by ViewAssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 48) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(passing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.8ms | Allocations: 407) Rendered test/calling_partial_with_layout.html.erb (Duration: 1.9ms | Allocations: 892) ---------------------------------------------------------------------- RenderTemplateTest: test_supports_different_locals_on_the_same_partial ---------------------------------------------------------------------- Rendering test/render_two_partials.html.erb Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 79) Rendered test/_partial.html.erb (Duration: 0.2ms | Allocations: 76) Rendered test/render_two_partials.html.erb (Duration: 1.4ms | Allocations: 668) ---------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_without_underline_prefix ---------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.2ms | Allocations: 106) Rendered test/render_partial_inside_directory.html.erb (Duration: 0.8ms | Allocations: 423) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(failing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.1ms | Allocations: 38) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.1ms | Allocations: 93) ----------------------------------------------------- RenderTemplateTest: test_supports_specifying_partials ----------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.1ms | Allocations: 38) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.2ms | Allocations: 93) -------------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_templates_with_a_Regexp -------------------------------------------------------------------- Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.2ms | Allocations: 71) ------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_with_underline_prefix ------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/render_partial_inside_directory.html.erb (Duration: 0.1ms | Allocations: 73) ---------------------------------------------------------------------------------------- RenderTemplateTest: test_raises_descriptive_error_message_when_template_was_not_rendered ---------------------------------------------------------------------------------------- Rendering test/hello_world_with_partial.html.erb Rendered test/_partial.html.erb (Duration: 0.1ms | Allocations: 76) Rendered test/hello_world_with_partial.html.erb (Duration: 0.7ms | Allocations: 353) ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-05-04 15:42:26 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 1ms (Views: 1.0ms | Allocations: 682) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:42:26 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 49) --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-05-04 15:42:26 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.4ms | Allocations: 238) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:42:26 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-05-04 15:42:26 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 382) -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-05-04 15:42:26 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 187) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:42:26 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-05-04 15:42:26 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.2ms | Allocations: 71) Completed 200 OK in 1ms (Views: 1.3ms | Allocations: 615) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:42:26 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-05-04 15:42:26 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 187) --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-05-04 15:42:26 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 186) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:42:26 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-05-04 15:42:26 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 129) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:42:26 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-05-04 15:42:26 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 328) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:42:26 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-05-04 15:42:26 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-04 15:42:26 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ---------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_fails_when_template_rendered ---------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_relative_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 283) ------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_template_rendered ------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) --------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_layout_and_partial --------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout_and_partial as HTML Rendering test/hello_world_with_partial.html.erb within layouts/standard Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/hello_world_with_partial.html.erb within layouts/standard (Duration: 0.1ms | Allocations: 69) Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 347) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_not_known_layout ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) -------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_wrong_layout -------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout_without_layouts_prefix ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout ------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_no_template_rendered ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout_false ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) -------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_passes_when_no_template_rendered -------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_repeated_name_in_path ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template_repeating_in_path as HTML Rendering test/hello/hello.html.erb Rendered test/hello/hello.html.erb (Duration: 0.2ms | Allocations: 71) Completed 200 OK in 1ms (Views: 0.6ms | Allocations: 389) ---------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_no_layout ---------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 187) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_string_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ----------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_invalid_hash_keys_raises_argument_error ----------------------------------------------------------------------------------- ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_string ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) --------------------------------------------------- TemplateAssertionsControllerTest: test_with_partial --------------------------------------------------- Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 129) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_locals_option_to_assert_template_is_not_supported ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_symbol ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ----------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_assert_template_reset_between_requests ----------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 45) Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 14) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 123) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 45) Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 7) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 178) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 45) Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 18) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 278) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 45) ------------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passes_with_correct_layout_symbol ------------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_string ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ----------------------------------- AssignsControllerTest: test_assigns ----------------------------------- Processing by AssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 47) ---------------------------------------- AssignsControllerTest: test_view_assigns ---------------------------------------- Processing by ViewAssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 46) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 8) Completed 200 OK in 3ms (Views: 2.5ms | Allocations: 1257) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 171) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 8) Completed 200 OK in 2ms (Views: 2.3ms | Allocations: 1257) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 171) ------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_with_underline_prefix ------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.3ms | Allocations: 106) Rendered test/render_partial_inside_directory.html.erb (Duration: 1.7ms | Allocations: 595) ----------------------------------------------------- RenderTemplateTest: test_supports_specifying_partials ----------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.9ms | Allocations: 408) Rendered test/calling_partial_with_layout.html.erb (Duration: 1.6ms | Allocations: 723) ---------------------------------------------------------------------- RenderTemplateTest: test_supports_different_locals_on_the_same_partial ---------------------------------------------------------------------- Rendering test/render_two_partials.html.erb Rendered test/_partial.html.erb (Duration: 0.1ms | Allocations: 79) Rendered test/_partial.html.erb (Duration: 0.1ms | Allocations: 76) Rendered test/render_two_partials.html.erb (Duration: 1.2ms | Allocations: 670) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(failing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.1ms | Allocations: 38) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.1ms | Allocations: 93) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(passing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (Duration: 0.0ms | Allocations: 38) Rendered test/calling_partial_with_layout.html.erb (Duration: 0.1ms | Allocations: 93) ---------------------------------------------------------------------------------------- RenderTemplateTest: test_raises_descriptive_error_message_when_template_was_not_rendered ---------------------------------------------------------------------------------------- Rendering test/hello_world_with_partial.html.erb Rendered test/_partial.html.erb (Duration: 0.1ms | Allocations: 76) Rendered test/hello_world_with_partial.html.erb (Duration: 0.8ms | Allocations: 354) ---------------------------------------------------------------------------------------------------------------- RenderTemplateTest: test_specifying_locals_works_when_the_partial_is_inside_a_directory_without_underline_prefix ---------------------------------------------------------------------------------------------------------------- Rendering test/render_partial_inside_directory.html.erb Rendered test/_directory/_partial_with_locales.html.erb (Duration: 0.1ms | Allocations: 15) Rendered test/render_partial_inside_directory.html.erb (Duration: 0.1ms | Allocations: 73) -------------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_templates_with_a_Regexp -------------------------------------------------------------------- Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.2ms | Allocations: 71) ---------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_no_layout ---------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 1ms (Views: 1.1ms | Allocations: 692) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_symbol ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 1ms (Views: 0.9ms | Allocations: 380) -------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_passes_when_no_template_rendered -------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 49) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_relative_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.4ms | Allocations: 72) Completed 200 OK in 2ms (Views: 1.5ms | Allocations: 576) ----------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_invalid_hash_keys_raises_argument_error ----------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_locals_option_to_assert_template_is_not_supported ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_string ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 191) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout ------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) -------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_wrong_layout -------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_symbol ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_repeated_name_in_path ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template_repeating_in_path as HTML Rendering test/hello/hello.html.erb Rendered test/hello/hello.html.erb (Duration: 0.2ms | Allocations: 71) Completed 200 OK in 1ms (Views: 0.7ms | Allocations: 390) ------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_template_rendered ------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 191) ----------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout ----------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ------------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passes_with_correct_layout_symbol ------------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ----------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_expecting_not_known_layout ----------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_correct_layout_without_layouts_prefix ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ---------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_fails_when_template_rendered ---------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 190) ----------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_assert_template_reset_between_requests ----------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 45) Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 14) Completed 200 OK in 0ms (Views: 0.4ms | Allocations: 234) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.4ms | Allocations: 45) Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 7) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 178) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 45) Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 18) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 278) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 45) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_no_template_rendered ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_fails_with_incorrect_string_that_matches ------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_fails_with_incorrect_string ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 190) ------------------------------------------------------------------ TemplateAssertionsControllerTest: test_passed_with_no_layout_false ------------------------------------------------------------------ Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) --------------------------------------------------- TemplateAssertionsControllerTest: test_with_partial --------------------------------------------------- Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 129) --------------------------------------------------------------------- TemplateAssertionsControllerTest: test_passes_with_layout_and_partial --------------------------------------------------------------------- Processing by TemplateAssertionsController#render_with_layout_and_partial as HTML Rendering test/hello_world_with_partial.html.erb within layouts/standard Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 15) Rendered test/hello_world_with_partial.html.erb within layouts/standard (Duration: 0.1ms | Allocations: 69) Completed 200 OK in 1ms (Views: 0.5ms | Allocations: 349) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.1ms | Allocations: 5) Completed 200 OK in 1ms (Views: 1.3ms | Allocations: 471) ---------------------------------------- AssignsControllerTest: test_view_assigns ---------------------------------------- Processing by ViewAssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 46) ----------------------------------- AssignsControllerTest: test_assigns ----------------------------------- Processing by AssignsController#test_assigns as HTML Completed 200 OK in 0ms (Allocations: 47) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-05-05 15:47:08 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.4ms | Allocations: 328) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-05 15:47:08 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-05-05 15:47:08 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 129) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-05 15:47:08 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2020-05-05 15:47:08 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (Duration: 0.0ms | Allocations: 17) Completed 200 OK in 0ms (Views: 0.1ms | Allocations: 129) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-05 15:47:08 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-05-05 15:47:08 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-05 15:47:08 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-05-05 15:47:08 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-05 15:47:08 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-05-05 15:47:08 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2020-05-05 15:47:08 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (Duration: 0.0ms | Allocations: 20) Completed 200 OK in 0ms (Views: 0.4ms | Allocations: 324) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-05 15:47:08 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-05-05 15:47:08 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 186) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-05 15:47:08 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2020-05-05 15:47:08 -0400 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 186) ----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2020-05-05 15:47:08 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (Duration: 0.0ms | Allocations: 10) Completed 200 OK in 0ms (Views: 0.2ms | Allocations: 190) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2020-05-05 15:47:08 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Allocations: 45)