------------------------------------------------------------------------------------------------------------- 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 (1.2ms) Rendered test/render_partial_inside_directory.html.erb (23.3ms) ---------------------------------------------------------------------------------------- RenderTemplateTest: test_raises_descriptive_error_message_when_template_was_not_rendered ---------------------------------------------------------------------------------------- Rendering test/hello_world_with_partial.html.erb Rendered test/_partial.html.erb (0.4ms) Rendered test/hello_world_with_partial.html.erb (14.0ms) ----------------------------------------------------- RenderTemplateTest: test_supports_specifying_partials ----------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (15.7ms) Rendered test/calling_partial_with_layout.html.erb (30.0ms) -------------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_templates_with_a_Regexp -------------------------------------------------------------------- Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (0.3ms) ---------------------------------------------------------------------------------------------------------------- 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 (0.1ms) Rendered test/render_partial_inside_directory.html.erb (0.3ms) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(failing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (0.1ms) Rendered test/calling_partial_with_layout.html.erb (0.2ms) ---------------------------------------------------------------------- RenderTemplateTest: test_supports_different_locals_on_the_same_partial ---------------------------------------------------------------------- Rendering test/render_two_partials.html.erb Rendered test/_partial.html.erb (0.3ms) Rendered test/_partial.html.erb (0.5ms) Rendered test/render_two_partials.html.erb (26.5ms) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(passing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (0.1ms) Rendered test/calling_partial_with_layout.html.erb (0.2ms) --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2016-08-25 04:34:33 -0300 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.3ms) Completed 200 OK in 3ms (Views: 3.3ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:34:33 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2016-08-25 04:34:33 -0300 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.6ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:34:33 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2016-08-25 04:34:33 -0300 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.3ms) Completed 200 OK in 6ms (Views: 5.5ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:34:33 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2016-08-25 04:34:33 -0300 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.6ms) Completed 200 OK in 9ms (Views: 8.5ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:34:33 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2016-08-25 04:34:33 -0300 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.3ms) Completed 200 OK in 3ms (Views: 3.2ms) -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2016-08-25 04:34:33 -0300 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.3ms) Completed 200 OK in 3ms (Views: 3.0ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:34:33 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2016-08-25 04:34:33 -0300 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.3ms) Completed 200 OK in 3ms (Views: 2.8ms) ----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2016-08-25 04:34:33 -0300 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (0.3ms) Completed 200 OK in 3ms (Views: 3.4ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:34:33 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2016-08-25 04:34:33 -0300 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.8ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:34:33 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2016-08-25 04:34:33 -0300 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (0.3ms) Completed 200 OK in 3ms (Views: 3.5ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:34:33 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms --------------------------------------------------------------------- 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 (0.3ms) Rendered test/hello_world_with_partial.html.erb within layouts/standard (2.1ms) Completed 200 OK in 6ms (Views: 5.5ms) ------------------------------------------------------------------------------- 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 (0.6ms) Completed 200 OK in 8ms (Views: 7.6ms) ------------------------------------------------------------------ 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms) ---------------------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms) ----------------------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.6ms) Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.7ms) Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.7ms) Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.2ms) Completed 200 OK in 3ms (Views: 3.0ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 3.0ms) ------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ---------------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (0.3ms) Completed 200 OK in 5ms (Views: 4.6ms) ----------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 1ms (Views: 0.5ms) ----------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 1ms (Views: 0.6ms) ------------------------------------------------------------ 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms) ------------------------------------------------------------------ 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_relative_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.1ms) Completed 200 OK in 1ms (Views: 0.5ms) ---------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.5ms) --------------------------------------------------- TemplateAssertionsControllerTest: test_with_partial --------------------------------------------------- Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.1ms) Completed 200 OK in 1ms (Views: 0.5ms) ------------------------------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 0ms (Views: 0.4ms) ----------------------------------------------------------------------- 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 (0.8ms) Completed 200 OK in 4ms (Views: 3.9ms) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (0.1ms) Completed 200 OK in 1ms (Views: 0.9ms) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms) ----------------------------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.5ms) ----------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms) -------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_passes_when_no_template_rendered -------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ----------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.9ms) ------------------------------------------------------------------------ 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.8ms) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_no_template_rendered ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------ 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.8ms) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_locals_option_to_assert_template_is_not_supported ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ---------------------------------------- AssignsControllerTest: test_view_assigns ---------------------------------------- Processing by ViewAssignsController#test_assigns as HTML Completed 200 OK in 0ms ----------------------------------- AssignsControllerTest: test_assigns ----------------------------------- Processing by AssignsController#test_assigns as HTML Completed 200 OK in 0ms -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2016-08-25 04:37:23 -0300 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (1.6ms) Completed 200 OK in 16ms (Views: 16.0ms) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2016-08-25 04:37:24 -0300 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (1.1ms) Completed 200 OK in 7ms (Views: 6.4ms) ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2016-08-25 04:37:24 -0300 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.9ms) --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2016-08-25 04:37:24 -0300 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.3ms) Completed 200 OK in 3ms (Views: 2.7ms) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2016-08-25 04:37:24 -0300 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.4ms) Completed 200 OK in 5ms (Views: 5.2ms) ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2016-08-25 04:37:24 -0300 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (0.3ms) Completed 200 OK in 4ms (Views: 4.0ms) --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2016-08-25 04:37:24 -0300 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.2ms) Completed 200 OK in 12ms (Views: 11.8ms) ----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2016-08-25 04:37:24 -0300 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (0.5ms) Completed 200 OK in 7ms (Views: 7.0ms) ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2016-08-25 04:37:24 -0300 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.4ms) Completed 200 OK in 6ms (Views: 6.3ms) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2016-08-25 04:37:24 -0300 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.5ms) Completed 200 OK in 9ms (Views: 9.2ms) -------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_passes_when_no_template_rendered -------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------ 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 (0.7ms) Completed 200 OK in 3ms (Views: 2.4ms) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_relative_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms) ----------------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 4ms (Views: 3.7ms) ----------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 2ms (Views: 1.7ms) ------------------------------------------------------------------ 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_no_template_rendered ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms --------------------------------------------------------------------- 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 (0.3ms) Rendered test/hello_world_with_partial.html.erb within layouts/standard (2.4ms) Completed 200 OK in 5ms (Views: 5.0ms) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (0.2ms) Completed 200 OK in 6ms (Views: 6.1ms) ----------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 1ms (Views: 0.8ms) ----------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ----------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 1ms (Views: 0.5ms) ----------------------------------------------------------------------- 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 (0.4ms) Completed 200 OK in 3ms (Views: 2.5ms) ------------------------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms) ------------------------------------------------------------ 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 (0.0ms) Completed 200 OK in 1ms (Views: 1.0ms) ------------------------------------------------------------------------ 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 (0.0ms) Completed 200 OK in 1ms (Views: 0.8ms) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_locals_option_to_assert_template_is_not_supported ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ---------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) --------------------------------------------------- TemplateAssertionsControllerTest: test_with_partial --------------------------------------------------- Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.1ms) Completed 200 OK in 1ms (Views: 0.5ms) ------------------------------------------------------------------ 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 (0.0ms) Completed 200 OK in 1ms (Views: 0.6ms) -------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 1ms (Views: 0.5ms) ---------------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 1ms (Views: 0.5ms) ---------------------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms) ----------------------------------- AssignsControllerTest: test_assigns ----------------------------------- Processing by AssignsController#test_assigns as HTML Completed 200 OK in 0ms ---------------------------------------- AssignsControllerTest: test_view_assigns ---------------------------------------- Processing by ViewAssignsController#test_assigns as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------------------------------------------- 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 (0.4ms) Rendered test/render_partial_inside_directory.html.erb (16.1ms) ---------------------------------------------------------------------- RenderTemplateTest: test_supports_different_locals_on_the_same_partial ---------------------------------------------------------------------- Rendering test/render_two_partials.html.erb Rendered test/_partial.html.erb (0.3ms) Rendered test/_partial.html.erb (0.3ms) Rendered test/render_two_partials.html.erb (30.4ms) ---------------------------------------------------------------------------------------- RenderTemplateTest: test_raises_descriptive_error_message_when_template_was_not_rendered ---------------------------------------------------------------------------------------- Rendering test/hello_world_with_partial.html.erb Rendered test/_partial.html.erb (0.5ms) Rendered test/hello_world_with_partial.html.erb (13.0ms) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(failing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (17.2ms) Rendered test/calling_partial_with_layout.html.erb (43.0ms) -------------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_templates_with_a_Regexp -------------------------------------------------------------------- Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (0.4ms) ---------------------------------------------------------------------------------------------------------------- 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 (0.0ms) Rendered test/render_partial_inside_directory.html.erb (0.2ms) ----------------------------------------------------- RenderTemplateTest: test_supports_specifying_partials ----------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (0.1ms) Rendered test/calling_partial_with_layout.html.erb (0.3ms) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(passing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (0.1ms) Rendered test/calling_partial_with_layout.html.erb (0.2ms) ----------------------------------------------------- RenderTemplateTest: test_supports_specifying_partials ----------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (16.5ms) Rendered test/calling_partial_with_layout.html.erb (33.3ms) ---------------------------------------------------------------------------------------- RenderTemplateTest: test_raises_descriptive_error_message_when_template_was_not_rendered ---------------------------------------------------------------------------------------- Rendering test/hello_world_with_partial.html.erb Rendered test/_partial.html.erb (0.3ms) Rendered test/hello_world_with_partial.html.erb (13.7ms) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(failing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (0.1ms) Rendered test/calling_partial_with_layout.html.erb (0.4ms) ---------------------------------------------------------------------------------------------------------------- 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 (0.7ms) Rendered test/render_partial_inside_directory.html.erb (19.1ms) ---------------------------------------------------------------------- RenderTemplateTest: test_supports_different_locals_on_the_same_partial ---------------------------------------------------------------------- Rendering test/render_two_partials.html.erb Rendered test/_partial.html.erb (1.4ms) Rendered test/_partial.html.erb (0.3ms) Rendered test/render_two_partials.html.erb (30.1ms) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(passing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (0.1ms) Rendered test/calling_partial_with_layout.html.erb (0.5ms) ------------------------------------------------------------------------------------------------------------- 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 (0.0ms) Rendered test/render_partial_inside_directory.html.erb (0.2ms) -------------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_templates_with_a_Regexp -------------------------------------------------------------------- Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (0.5ms) ----------------------------------- AssignsControllerTest: test_assigns ----------------------------------- Processing by AssignsController#test_assigns as HTML Completed 200 OK in 0ms ---------------------------------------- AssignsControllerTest: test_view_assigns ---------------------------------------- Processing by ViewAssignsController#test_assigns as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2016-08-25 04:37:46 -0300 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.7ms) Completed 200 OK in 7ms (Views: 7.1ms) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2016-08-25 04:37:46 -0300 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.4ms) Completed 200 OK in 6ms (Views: 5.5ms) --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2016-08-25 04:37:46 -0300 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.3ms) Completed 200 OK in 3ms (Views: 3.0ms) -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2016-08-25 04:37:46 -0300 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.4ms) Completed 200 OK in 5ms (Views: 5.2ms) --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2016-08-25 04:37:46 -0300 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.3ms) Completed 200 OK in 3ms (Views: 2.4ms) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2016-08-25 04:37:46 -0300 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.3ms) Completed 200 OK in 4ms (Views: 3.9ms) ----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2016-08-25 04:37:46 -0300 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (0.2ms) Completed 200 OK in 3ms (Views: 3.4ms) ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2016-08-25 04:37:46 -0300 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (0.2ms) Completed 200 OK in 3ms (Views: 3.4ms) ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2016-08-25 04:37:46 -0300 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms) ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2016-08-25 04:37:46 -0300 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.3ms) Completed 200 OK in 7ms (Views: 7.0ms) ------------------------------------------------------------------ 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 (0.2ms) Completed 200 OK in 2ms (Views: 1.6ms) ----------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ------------------------------------------------------------------------ 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 (0.1ms) Completed 200 OK in 3ms (Views: 2.6ms) ---------------------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_no_template_rendered ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ----------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 1ms (Views: 0.7ms) --------------------------------------------------------------------- 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 (0.2ms) Rendered test/hello_world_with_partial.html.erb within layouts/standard (1.7ms) Completed 200 OK in 3ms (Views: 3.1ms) ------------------------------------------------------------ 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_locals_option_to_assert_template_is_not_supported ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) -------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_passes_when_no_template_rendered -------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ---------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ----------------------------------------------------------------------------------- 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 (0.4ms) Completed 200 OK in 5ms (Views: 4.7ms) ----------------------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_relative_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.0ms) Completed 200 OK in 1ms (Views: 0.5ms) ----------------------------------------------------------------------- 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 (0.5ms) Completed 200 OK in 3ms (Views: 2.8ms) ------------------------------------------------------------------ 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 (0.1ms) Completed 200 OK in 2ms (Views: 1.4ms) ---------------------------------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms) ------------------------------------------------------------------ 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 (0.1ms) Completed 200 OK in 1ms (Views: 1.2ms) -------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 1ms (Views: 0.7ms) ------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 1ms (Views: 0.5ms) ------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 1ms (Views: 0.6ms) ----------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ----------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) --------------------------------------------------- TemplateAssertionsControllerTest: test_with_partial --------------------------------------------------- Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ----------------------------------- AssignsControllerTest: test_assigns ----------------------------------- Processing by AssignsController#test_assigns as HTML Completed 200 OK in 0ms ---------------------------------------- AssignsControllerTest: test_view_assigns ---------------------------------------- Processing by ViewAssignsController#test_assigns as HTML Completed 200 OK in 0ms ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2016-08-25 04:38:15 -0300 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (1.1ms) Completed 200 OK in 7ms (Views: 7.4ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:38:15 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2016-08-25 04:38:15 -0300 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (1.1ms) Completed 200 OK in 9ms (Views: 9.2ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:38:15 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2016-08-25 04:38:15 -0300 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (0.8ms) Completed 200 OK in 4ms (Views: 4.3ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:38:15 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2016-08-25 04:38:15 -0300 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.5ms) Completed 200 OK in 6ms (Views: 5.7ms) --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2016-08-25 04:38:15 -0300 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.7ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:38:15 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2016-08-25 04:38:15 -0300 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.3ms) Completed 200 OK in 3ms (Views: 3.1ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:38:15 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2016-08-25 04:38:15 -0300 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.3ms) Completed 200 OK in 3ms (Views: 2.9ms) ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2016-08-25 04:38:15 -0300 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.6ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:38:15 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2016-08-25 04:38:15 -0300 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.3ms) Completed 200 OK in 3ms (Views: 3.0ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:38:15 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2016-08-25 04:38:15 -0300 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.3ms) Completed 200 OK in 5ms (Views: 5.0ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:38:15 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ---------------------------------------------------------------------------------------- RenderTemplateTest: test_raises_descriptive_error_message_when_template_was_not_rendered ---------------------------------------------------------------------------------------- Rendering test/hello_world_with_partial.html.erb Rendered test/_partial.html.erb (0.3ms) Rendered test/hello_world_with_partial.html.erb (11.4ms) -------------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_templates_with_a_Regexp -------------------------------------------------------------------- Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (0.3ms) ------------------------------------------------------------------------------------------------------------- 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 (0.4ms) Rendered test/render_partial_inside_directory.html.erb (14.0ms) ---------------------------------------------------------------------- RenderTemplateTest: test_supports_different_locals_on_the_same_partial ---------------------------------------------------------------------- Rendering test/render_two_partials.html.erb Rendered test/_partial.html.erb (0.3ms) Rendered test/_partial.html.erb (0.3ms) Rendered test/render_two_partials.html.erb (25.6ms) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(failing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (15.6ms) Rendered test/calling_partial_with_layout.html.erb (27.3ms) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(passing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (0.2ms) Rendered test/calling_partial_with_layout.html.erb (0.4ms) ----------------------------------------------------- RenderTemplateTest: test_supports_specifying_partials ----------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (0.2ms) Rendered test/calling_partial_with_layout.html.erb (0.3ms) ---------------------------------------------------------------------------------------------------------------- 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 (0.0ms) Rendered test/render_partial_inside_directory.html.erb (0.2ms) ----------------------------------------------------------------------- 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 (0.3ms) Completed 200 OK in 4ms (Views: 3.7ms) ----------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 2ms (Views: 2.3ms) ----------------------------------------------------------------------- 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 (0.3ms) Completed 200 OK in 2ms (Views: 1.7ms) ------------------------------------------------------------------ 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ---------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ----------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ----------------------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.5ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.5ms) Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.7ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 1.7ms) Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.1ms) Completed 200 OK in 1ms (Views: 0.5ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.5ms) Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.3ms) Completed 200 OK in 3ms (Views: 3.4ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 3.4ms) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (0.3ms) Completed 200 OK in 5ms (Views: 4.6ms) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) ------------------------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 0ms (Views: 0.4ms) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_locals_option_to_assert_template_is_not_supported ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ---------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms) ----------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 0ms (Views: 0.4ms) -------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_passes_when_no_template_rendered -------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ----------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms) ------------------------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms) ------------------------------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.5ms) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_no_template_rendered ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------ 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.5ms) ------------------------------------------------------------------------ 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_relative_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.1ms) Completed 200 OK in 1ms (Views: 0.5ms) -------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.5ms) --------------------------------------------------------------------- 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 (0.0ms) Rendered test/hello_world_with_partial.html.erb within layouts/standard (0.8ms) Completed 200 OK in 3ms (Views: 2.4ms) ------------------------------------------------------------ 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.5ms) --------------------------------------------------- TemplateAssertionsControllerTest: test_with_partial --------------------------------------------------- Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.1ms) Completed 200 OK in 0ms (Views: 0.4ms) ---------------------------------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms) ---------------------------------------------------------------------- RenderTemplateTest: test_supports_different_locals_on_the_same_partial ---------------------------------------------------------------------- Rendering test/render_two_partials.html.erb Rendered test/_partial.html.erb (0.4ms) Rendered test/_partial.html.erb (0.7ms) Rendered test/render_two_partials.html.erb (27.0ms) ------------------------------------------------------------------------------------------------------------- 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 (0.5ms) Rendered test/render_partial_inside_directory.html.erb (15.9ms) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(passing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (15.4ms) Rendered test/calling_partial_with_layout.html.erb (28.9ms) -------------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_templates_with_a_Regexp -------------------------------------------------------------------- Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (0.4ms) ---------------------------------------------------------------------------------------------------------------- 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 (0.1ms) Rendered test/render_partial_inside_directory.html.erb (0.3ms) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(failing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (0.1ms) Rendered test/calling_partial_with_layout.html.erb (0.3ms) ---------------------------------------------------------------------------------------- RenderTemplateTest: test_raises_descriptive_error_message_when_template_was_not_rendered ---------------------------------------------------------------------------------------- Rendering test/hello_world_with_partial.html.erb Rendered test/_partial.html.erb (0.3ms) Rendered test/hello_world_with_partial.html.erb (11.6ms) ----------------------------------------------------- RenderTemplateTest: test_supports_specifying_partials ----------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (0.1ms) Rendered test/calling_partial_with_layout.html.erb (0.3ms) ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2016-08-25 04:38:43 -0300 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.3ms) Completed 200 OK in 5ms (Views: 5.2ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:38:43 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2016-08-25 04:38:43 -0300 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (0.3ms) Completed 200 OK in 4ms (Views: 3.9ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:38:43 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2016-08-25 04:38:43 -0300 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.3ms) Completed 200 OK in 2ms (Views: 2.1ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:38:43 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2016-08-25 04:38:43 -0300 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.3ms) Completed 200 OK in 3ms (Views: 3.0ms) -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2016-08-25 04:38:43 -0300 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.3ms) Completed 200 OK in 3ms (Views: 2.8ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:38:43 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2016-08-25 04:38:43 -0300 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.3ms) Completed 200 OK in 3ms (Views: 2.9ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:38:43 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2016-08-25 04:38:43 -0300 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (0.3ms) Completed 200 OK in 4ms (Views: 4.1ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:38:43 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2016-08-25 04:38:43 -0300 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.6ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:38:43 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2016-08-25 04:38:43 -0300 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.4ms) Completed 200 OK in 7ms (Views: 6.5ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:38:43 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2016-08-25 04:38:43 -0300 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.3ms) Completed 200 OK in 3ms (Views: 3.3ms) -------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_passes_when_no_template_rendered -------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_locals_option_to_assert_template_is_not_supported ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ----------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 3ms (Views: 2.8ms) ------------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) -------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 1ms (Views: 0.5ms) --------------------------------------------------- TemplateAssertionsControllerTest: test_with_partial --------------------------------------------------- Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.8ms) ---------------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ----------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ----------------------------------------------------------------------- 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 (0.3ms) Completed 200 OK in 2ms (Views: 1.7ms) --------------------------------------------------------------------- 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 (0.0ms) Rendered test/hello_world_with_partial.html.erb within layouts/standard (0.4ms) Completed 200 OK in 2ms (Views: 1.8ms) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (0.3ms) Completed 200 OK in 4ms (Views: 4.1ms) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ----------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ------------------------------------------------------------------ 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_no_template_rendered ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------ 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ----------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 1ms (Views: 0.5ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.5ms) Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms) Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.3ms) Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.4ms) Completed 200 OK in 4ms (Views: 4.1ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 4.1ms) ------------------------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.5ms) ---------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ------------------------------------------------------------------ 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 (0.1ms) Completed 200 OK in 0ms (Views: 0.3ms) ------------------------------------------------------------------ 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms) ----------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.5ms) ----------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_relative_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ---------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 1ms (Views: 0.5ms) ----------------------------------- AssignsControllerTest: test_assigns ----------------------------------- Processing by AssignsController#test_assigns as HTML Completed 200 OK in 0ms ---------------------------------------- AssignsControllerTest: test_view_assigns ---------------------------------------- Processing by ViewAssignsController#test_assigns as HTML Completed 200 OK in 0ms ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (0.3ms) Completed 200 OK in 10ms (Views: 9.6ms) -------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_passes_when_no_template_rendered -------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------ 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 (1.6ms) Completed 200 OK in 6ms (Views: 6.0ms) -------------------------------------------------------------- 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 (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms) ---------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ----------------------------------------------------------------------- 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 (0.3ms) Completed 200 OK in 2ms (Views: 2.4ms) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_relative_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.4ms) Completed 200 OK in 3ms (Views: 3.4ms) ----------------------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.5ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.5ms) Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.8ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 1.8ms) Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.4ms) Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.4ms) Completed 200 OK in 1ms (Views: 1.4ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 1.4ms) ------------------------------------------------------------ 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.8ms) ----------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms) ------------------------------------------------------------------ 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms) ----------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) --------------------------------------------------------------------- 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 (0.1ms) Rendered test/hello_world_with_partial.html.erb within layouts/standard (0.8ms) Completed 200 OK in 3ms (Views: 3.2ms) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (0.0ms) Completed 200 OK in 1ms (Views: 0.7ms) --------------------------------------------------- TemplateAssertionsControllerTest: test_with_partial --------------------------------------------------- Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms) ---------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 1ms (Views: 1.3ms) ----------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_invalid_hash_keys_raises_argument_error ----------------------------------------------------------------------------------- ------------------------------------------------------------------------------- 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 (0.2ms) Completed 200 OK in 1ms (Views: 1.3ms) ------------------------------------------------------------------ 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ------------------------------------------------------------------ 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 (0.1ms) Completed 200 OK in 0ms (Views: 0.4ms) ---------------------------------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_no_template_rendered ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_locals_option_to_assert_template_is_not_supported ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms) ----------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms) ----------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms) ------------------------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms) ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2016-08-25 04:39:02 -0300 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.7ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:39:02 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2016-08-25 04:39:02 -0300 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.5ms) Completed 200 OK in 4ms (Views: 4.2ms) ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2016-08-25 04:39:02 -0300 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.4ms) Completed 200 OK in 6ms (Views: 6.2ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:39:02 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2016-08-25 04:39:02 -0300 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.6ms) Completed 200 OK in 9ms (Views: 8.9ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:39:02 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2016-08-25 04:39:02 -0300 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.5ms) Completed 200 OK in 6ms (Views: 5.8ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:39:02 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2016-08-25 04:39:02 -0300 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.3ms) Completed 200 OK in 4ms (Views: 4.1ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:39:02 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2016-08-25 04:39:02 -0300 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.4ms) Completed 200 OK in 4ms (Views: 3.7ms) ----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2016-08-25 04:39:02 -0300 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (0.4ms) Completed 200 OK in 4ms (Views: 4.0ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:39:02 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2016-08-25 04:39:02 -0300 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (0.3ms) Completed 200 OK in 4ms (Views: 4.1ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:39:02 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2016-08-25 04:39:02 -0300 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.4ms) Completed 200 OK in 2ms (Views: 2.2ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:39:02 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ----------------------------------------------------- RenderTemplateTest: test_supports_specifying_partials ----------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (11.4ms) Rendered test/calling_partial_with_layout.html.erb (23.2ms) ---------------------------------------------------------------------------------------------------------------- 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 (0.4ms) Rendered test/render_partial_inside_directory.html.erb (13.0ms) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(passing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (0.1ms) Rendered test/calling_partial_with_layout.html.erb (0.2ms) ------------------------------------------------------------------------------------------------------------- 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 (0.0ms) Rendered test/render_partial_inside_directory.html.erb (0.2ms) -------------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_templates_with_a_Regexp -------------------------------------------------------------------- Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (0.3ms) ---------------------------------------------------------------------- RenderTemplateTest: test_supports_different_locals_on_the_same_partial ---------------------------------------------------------------------- Rendering test/render_two_partials.html.erb Rendered test/_partial.html.erb (0.3ms) Rendered test/_partial.html.erb (0.3ms) Rendered test/render_two_partials.html.erb (26.0ms) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(failing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (0.1ms) Rendered test/calling_partial_with_layout.html.erb (0.2ms) ---------------------------------------------------------------------------------------- RenderTemplateTest: test_raises_descriptive_error_message_when_template_was_not_rendered ---------------------------------------------------------------------------------------- Rendering test/hello_world_with_partial.html.erb Rendered test/_partial.html.erb (0.3ms) Rendered test/hello_world_with_partial.html.erb (15.2ms) ---------------------------------------- AssignsControllerTest: test_view_assigns ---------------------------------------- Processing by ViewAssignsController#test_assigns as HTML Completed 200 OK in 0ms ----------------------------------- AssignsControllerTest: test_assigns ----------------------------------- Processing by AssignsController#test_assigns as HTML Completed 200 OK in 0ms ----------------------------------- AssignsControllerTest: test_assigns ----------------------------------- Processing by AssignsController#test_assigns as HTML Completed 200 OK in 0ms ---------------------------------------- AssignsControllerTest: test_view_assigns ---------------------------------------- Processing by ViewAssignsController#test_assigns as HTML Completed 200 OK in 0ms ----------------------------------------------------------------------- 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 (0.8ms) Completed 200 OK in 6ms (Views: 6.0ms) ------------------------------------------------------------------------ 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ----------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 2ms (Views: 2.3ms) ---------------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ---------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ----------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.5ms) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_relative_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.2ms) Completed 200 OK in 3ms (Views: 3.3ms) ------------------------------------------------------------------ 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ---------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.5ms) -------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_passes_when_no_template_rendered -------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (0.4ms) Completed 200 OK in 6ms (Views: 6.0ms) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (0.1ms) Completed 200 OK in 1ms (Views: 0.8ms) ------------------------------------------------------------------ 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms) --------------------------------------------------------------------- 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 (0.3ms) Rendered test/hello_world_with_partial.html.erb within layouts/standard (3.1ms) Completed 200 OK in 6ms (Views: 5.9ms) -------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ----------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ------------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ------------------------------------------------------------ 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ----------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.3ms) Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms) Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.3ms) Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.3ms) ----------------------------------------------------------------------- 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 (0.3ms) Completed 200 OK in 2ms (Views: 1.8ms) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_locals_option_to_assert_template_is_not_supported ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ----------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_invalid_hash_keys_raises_argument_error ----------------------------------------------------------------------------------- ------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ------------------------------------------------------------------ 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_no_template_rendered ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms --------------------------------------------------- TemplateAssertionsControllerTest: test_with_partial --------------------------------------------------- Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2016-08-25 04:43:13 -0300 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.3ms) Completed 200 OK in 3ms (Views: 3.1ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:43:13 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2016-08-25 04:43:13 -0300 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.3ms) Completed 200 OK in 3ms (Views: 3.0ms) ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2016-08-25 04:43:13 -0300 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.7ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:43:13 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2016-08-25 04:43:13 -0300 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (0.3ms) Completed 200 OK in 4ms (Views: 3.6ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:43:13 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2016-08-25 04:43:13 -0300 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.3ms) Completed 200 OK in 3ms (Views: 2.8ms) ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2016-08-25 04:43:13 -0300 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.3ms) Completed 200 OK in 6ms (Views: 5.5ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:43:13 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2016-08-25 04:43:13 -0300 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.8ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:43:13 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2016-08-25 04:43:13 -0300 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (0.3ms) Completed 200 OK in 4ms (Views: 4.1ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:43:13 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2016-08-25 04:43:13 -0300 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.3ms) Completed 200 OK in 6ms (Views: 6.1ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:43:13 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2016-08-25 04:43:13 -0300 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.3ms) Completed 200 OK in 3ms (Views: 2.7ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:43:13 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ---------------------------------------------------------------------- RenderTemplateTest: test_supports_different_locals_on_the_same_partial ---------------------------------------------------------------------- Rendering test/render_two_partials.html.erb Rendered test/_partial.html.erb (0.3ms) Rendered test/_partial.html.erb (0.3ms) Rendered test/render_two_partials.html.erb (26.0ms) ---------------------------------------------------------------------------------------- RenderTemplateTest: test_raises_descriptive_error_message_when_template_was_not_rendered ---------------------------------------------------------------------------------------- Rendering test/hello_world_with_partial.html.erb Rendered test/_partial.html.erb (0.3ms) Rendered test/hello_world_with_partial.html.erb (11.8ms) ------------------------------------------------------------------------------------------------------------- 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 (0.4ms) Rendered test/render_partial_inside_directory.html.erb (13.7ms) -------------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_templates_with_a_Regexp -------------------------------------------------------------------- Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (0.3ms) ----------------------------------------------------- RenderTemplateTest: test_supports_specifying_partials ----------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (12.6ms) Rendered test/calling_partial_with_layout.html.erb (25.0ms) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(passing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (0.1ms) Rendered test/calling_partial_with_layout.html.erb (0.2ms) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(failing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (0.1ms) Rendered test/calling_partial_with_layout.html.erb (0.2ms) ---------------------------------------------------------------------------------------------------------------- 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 (0.0ms) Rendered test/render_partial_inside_directory.html.erb (0.2ms) ----------------------------------- AssignsControllerTest: test_assigns ----------------------------------- Processing by AssignsController#test_assigns as HTML Completed 200 OK in 0ms ---------------------------------------- AssignsControllerTest: test_view_assigns ---------------------------------------- Processing by ViewAssignsController#test_assigns as HTML Completed 200 OK in 0ms ----------------------------------------------------- RenderTemplateTest: test_supports_specifying_partials ----------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (12.1ms) Rendered test/calling_partial_with_layout.html.erb (30.7ms) ---------------------------------------------------------------------------------------------------------------- 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 (0.5ms) Rendered test/render_partial_inside_directory.html.erb (15.1ms) -------------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_templates_with_a_Regexp -------------------------------------------------------------------- Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (0.3ms) ---------------------------------------------------------------------- RenderTemplateTest: test_supports_different_locals_on_the_same_partial ---------------------------------------------------------------------- Rendering test/render_two_partials.html.erb Rendered test/_partial.html.erb (0.3ms) Rendered test/_partial.html.erb (0.4ms) Rendered test/render_two_partials.html.erb (26.8ms) ------------------------------------------------------------------------------------------------------------- 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 (0.0ms) Rendered test/render_partial_inside_directory.html.erb (0.2ms) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(failing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (0.1ms) Rendered test/calling_partial_with_layout.html.erb (0.3ms) ---------------------------------------------------------------------------------------- RenderTemplateTest: test_raises_descriptive_error_message_when_template_was_not_rendered ---------------------------------------------------------------------------------------- Rendering test/hello_world_with_partial.html.erb Rendered test/_partial.html.erb (0.4ms) Rendered test/hello_world_with_partial.html.erb (14.1ms) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(passing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (0.1ms) Rendered test/calling_partial_with_layout.html.erb (0.4ms) ------------------------------------------------------------------ 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 (0.3ms) Completed 200 OK in 4ms (Views: 4.1ms) ------------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ----------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 1ms (Views: 0.5ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.5ms) Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.8ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 1.8ms) Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.1ms) Completed 200 OK in 2ms (Views: 2.1ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 2.1ms) Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.3ms) Completed 200 OK in 3ms (Views: 3.4ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 3.4ms) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (0.4ms) Completed 200 OK in 5ms (Views: 4.7ms) ------------------------------------------------------------------------ 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_locals_option_to_assert_template_is_not_supported ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ----------------------------------------------------------------------- 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 (0.3ms) Completed 200 OK in 2ms (Views: 2.4ms) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_relative_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) -------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_passes_when_no_template_rendered -------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ----------------------------------------------------------------------------------- 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 ------------------------------------------------------------ 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 (0.1ms) Completed 200 OK in 0ms (Views: 0.4ms) --------------------------------------------------------------------- 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 (0.0ms) Rendered test/hello_world_with_partial.html.erb within layouts/standard (0.5ms) Completed 200 OK in 2ms (Views: 2.1ms) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (0.1ms) Completed 200 OK in 1ms (Views: 0.5ms) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ---------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.5ms) ------------------------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms) ------------------------------------------------------------------ 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ----------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ----------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) --------------------------------------------------- TemplateAssertionsControllerTest: test_with_partial --------------------------------------------------- Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.2ms) Completed 200 OK in 1ms (Views: 0.9ms) ---------------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ------------------------------------------------------------------ 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ----------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 1ms (Views: 0.5ms) -------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ---------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ----------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 1ms (Views: 0.5ms) ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2016-08-25 04:43:38 -0300 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.7ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:43:38 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2016-08-25 04:43:38 -0300 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.3ms) Completed 200 OK in 3ms (Views: 3.1ms) --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2016-08-25 04:43:38 -0300 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.3ms) Completed 200 OK in 2ms (Views: 1.6ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:43:38 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2016-08-25 04:43:38 -0300 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.3ms) Completed 200 OK in 6ms (Views: 5.5ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:43:38 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2016-08-25 04:43:38 -0300 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (0.3ms) Completed 200 OK in 4ms (Views: 4.0ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:43:38 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2016-08-25 04:43:38 -0300 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.3ms) Completed 200 OK in 6ms (Views: 6.1ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:43:38 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2016-08-25 04:43:38 -0300 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.3ms) Completed 200 OK in 3ms (Views: 3.2ms) -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2016-08-25 04:43:38 -0300 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.3ms) Completed 200 OK in 3ms (Views: 3.1ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:43:38 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2016-08-25 04:43:38 -0300 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (0.3ms) Completed 200 OK in 3ms (Views: 3.4ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:43:38 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2016-08-25 04:43:38 -0300 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.3ms) Completed 200 OK in 3ms (Views: 2.9ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2016-08-25 04:43:38 -0300 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ---------------------------------------- AssignsControllerTest: test_view_assigns ---------------------------------------- Processing by ViewAssignsController#test_assigns as HTML Completed 200 OK in 0ms ----------------------------------- AssignsControllerTest: test_assigns ----------------------------------- Processing by AssignsController#test_assigns as HTML Completed 200 OK in 0ms ----------------------------------------------------------------- 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 (1.0ms) Completed 200 OK in 7ms (Views: 7.3ms) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_no_template_rendered ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ----------------------------------------------------------------------- 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 (0.3ms) Completed 200 OK in 3ms (Views: 3.1ms) ------------------------------------------------------------------ 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) -------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_passes_when_no_template_rendered -------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ----------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.4ms) Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.3ms) [cache miss] Completed 200 OK in 3ms (Views: 2.5ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 2.5ms) Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.3ms) Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.3ms) Completed 200 OK in 5ms (Views: 4.8ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 4.8ms) ---------------------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms) ---------------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ----------------------------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 1ms (Views: 1.1ms) -------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 1ms (Views: 1.3ms) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (0.3ms) Completed 200 OK in 6ms (Views: 5.4ms) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ------------------------------------------------------------------------ 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ------------------------------------------------------------------ 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 (0.1ms) Completed 200 OK in 0ms (Views: 0.4ms) ------------------------------------------------------------------ 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_relative_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ----------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_locals_option_to_assert_template_is_not_supported ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms --------------------------------------------------------------------- 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 (0.0ms) [cache miss] Rendered test/hello_world_with_partial.html.erb within layouts/standard (0.5ms) Completed 200 OK in 4ms (Views: 3.7ms) ---------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 0ms (Views: 0.4ms) ------------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) --------------------------------------------------- TemplateAssertionsControllerTest: test_with_partial --------------------------------------------------- Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.1ms) [cache miss] Completed 200 OK in 0ms (Views: 0.3ms) ------------------------------------------------------------ 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ----------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 0ms (Views: 0.5ms) ----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2017-05-16 21:31:44 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2017-05-16 21:31:44 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2017-05-16 21:31:44 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.1ms) Completed 200 OK in 1ms (Views: 0.5ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2017-05-16 21:31:44 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2017-05-16 21:31:44 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (0.0ms) Completed 200 OK in 1ms (Views: 0.5ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2017-05-16 21:31:44 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2017-05-16 21:31:44 -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 (0.1ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2017-05-16 21:31:44 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2017-05-16 21:31:44 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.1ms) Completed 200 OK in 0ms (Views: 0.5ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2017-05-16 21:31:44 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2017-05-16 21:31:44 -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 (0.2ms) Completed 200 OK in 1ms (Views: 0.7ms) ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2017-05-16 21:31:44 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.1ms) [cache miss] Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2017-05-16 21:31:44 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2017-05-16 21:31:44 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.1ms) [cache miss] Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2017-05-16 21:31:44 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2017-05-16 21:31:44 -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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2017-05-16 21:31:44 -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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2017-05-16 21:31:44 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(passing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (12.1ms) [cache miss] Rendered test/calling_partial_with_layout.html.erb (26.7ms) ---------------------------------------------------------------------- RenderTemplateTest: test_supports_different_locals_on_the_same_partial ---------------------------------------------------------------------- Rendering test/render_two_partials.html.erb Rendered test/_partial.html.erb (0.3ms) [cache miss] Rendered test/_partial.html.erb (0.5ms) [cache miss] Rendered test/render_two_partials.html.erb (23.6ms) -------------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_templates_with_a_Regexp -------------------------------------------------------------------- Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (0.3ms) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(failing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (0.1ms) [cache miss] Rendered test/calling_partial_with_layout.html.erb (0.2ms) ------------------------------------------------------------------------------------------------------------- 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 (0.4ms) [cache miss] Rendered test/render_partial_inside_directory.html.erb (13.9ms) ----------------------------------------------------- RenderTemplateTest: test_supports_specifying_partials ----------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (0.1ms) [cache miss] Rendered test/calling_partial_with_layout.html.erb (0.4ms) ---------------------------------------------------------------------------------------------------------------- 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 (0.0ms) [cache miss] Rendered test/render_partial_inside_directory.html.erb (0.2ms) ---------------------------------------------------------------------------------------- RenderTemplateTest: test_raises_descriptive_error_message_when_template_was_not_rendered ---------------------------------------------------------------------------------------- Rendering test/hello_world_with_partial.html.erb Rendered test/_partial.html.erb (0.5ms) [cache miss] Rendered test/hello_world_with_partial.html.erb (10.8ms) ----------------------------------- AssignsControllerTest: test_assigns ----------------------------------- Processing by AssignsController#test_assigns as HTML Completed 200 OK in 0ms ---------------------------------------- AssignsControllerTest: test_view_assigns ---------------------------------------- Processing by ViewAssignsController#test_assigns as HTML Completed 200 OK in 0ms ----------------------------------- AssignsControllerTest: test_assigns ----------------------------------- Processing by AssignsController#test_assigns as HTML Completed 200 OK in 0ms ---------------------------------------- AssignsControllerTest: test_view_assigns ---------------------------------------- Processing by ViewAssignsController#test_assigns as HTML Completed 200 OK in 0ms ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(failing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (20.7ms) [cache miss] Rendered test/calling_partial_with_layout.html.erb (40.2ms) ---------------------------------------------------------------------------------------- RenderTemplateTest: test_raises_descriptive_error_message_when_template_was_not_rendered ---------------------------------------------------------------------------------------- Rendering test/hello_world_with_partial.html.erb Rendered test/_partial.html.erb (0.3ms) [cache miss] Rendered test/hello_world_with_partial.html.erb (11.8ms) ---------------------------------------------------------------------- RenderTemplateTest: test_supports_different_locals_on_the_same_partial ---------------------------------------------------------------------- Rendering test/render_two_partials.html.erb Rendered test/_partial.html.erb (0.3ms) [cache miss] Rendered test/_partial.html.erb (0.9ms) [cache miss] Rendered test/render_two_partials.html.erb (25.3ms) ----------------------------------------------------- RenderTemplateTest: test_supports_specifying_partials ----------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (0.2ms) [cache miss] Rendered test/calling_partial_with_layout.html.erb (0.4ms) -------------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_templates_with_a_Regexp -------------------------------------------------------------------- Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (0.3ms) ------------------------------------------------------------------------------------------------------------- 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 (0.5ms) [cache miss] Rendered test/render_partial_inside_directory.html.erb (13.0ms) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(passing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (0.1ms) [cache miss] Rendered test/calling_partial_with_layout.html.erb (0.5ms) ---------------------------------------------------------------------------------------------------------------- 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 (0.0ms) [cache miss] Rendered test/render_partial_inside_directory.html.erb (0.3ms) ----------------------------------------------------------------------- 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 (0.3ms) Completed 200 OK in 4ms (Views: 3.5ms) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_locals_option_to_assert_template_is_not_supported ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 2ms (Views: 2.0ms) --------------------------------------------------------------------- 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 (0.2ms) [cache miss] Rendered test/hello_world_with_partial.html.erb within layouts/standard (1.7ms) Completed 200 OK in 6ms (Views: 5.7ms) ----------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.3ms) Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.0ms) [cache miss] Completed 200 OK in 0ms (Views: 0.3ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.3ms) Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.0ms) Completed 200 OK in 1ms (Views: 0.5ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.5ms) Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.3ms) Completed 200 OK in 3ms (Views: 2.8ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 2.8ms) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_no_template_rendered ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------ 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ----------------------------------------------------------------------- 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 (0.3ms) Completed 200 OK in 2ms (Views: 1.6ms) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (0.3ms) Completed 200 OK in 5ms (Views: 5.3ms) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (0.1ms) Completed 200 OK in 1ms (Views: 1.1ms) ------------------------------------------------------------------ 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 (0.0ms) Completed 200 OK in 1ms (Views: 0.5ms) -------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_passes_when_no_template_rendered -------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ----------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_relative_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.1ms) Completed 200 OK in 0ms (Views: 0.4ms) ------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ---------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ----------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms) ------------------------------------------------------------ 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 (0.0ms) Completed 200 OK in 1ms (Views: 0.5ms) ---------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) --------------------------------------------------- TemplateAssertionsControllerTest: test_with_partial --------------------------------------------------- Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.1ms) [cache miss] Completed 200 OK in 1ms (Views: 0.5ms) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ---------------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ----------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_invalid_hash_keys_raises_argument_error ----------------------------------------------------------------------------------- ------------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 1ms (Views: 0.5ms) ----------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ------------------------------------------------------------------ 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms) ------------------------------------------------------------------ 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) -------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2017-05-16 21:35:40 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.0ms) [cache miss] Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2017-05-16 21:35:40 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2017-05-16 21:35:40 -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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2017-05-16 21:35:40 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2017-05-16 21:35:40 -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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2017-05-16 21:35:40 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2017-05-16 21:35:40 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.1ms) Completed 200 OK in 1ms (Views: 0.8ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2017-05-16 21:35:40 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2017-05-16 21:35:40 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (0.1ms) Completed 200 OK in 1ms (Views: 1.1ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2017-05-16 21:35:40 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2017-05-16 21:35:40 -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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2017-05-16 21:35:40 -0400 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2017-05-16 21:35:40 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2017-05-16 21:35:40 -0400 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2017-05-16 21:35:40 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2017-05-16 21:35:40 -0400 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.0ms) [cache miss] Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2017-05-16 21:35:40 -0400 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2017-05-16 21:35:40 -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 (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms) ----------------------------------- AssignsControllerTest: test_assigns ----------------------------------- Processing by AssignsController#test_assigns as HTML Completed 200 OK in 0ms ---------------------------------------- AssignsControllerTest: test_view_assigns ---------------------------------------- Processing by ViewAssignsController#test_assigns as HTML Completed 200 OK in 0ms ----------------------------------- AssignsControllerTest: test_assigns ----------------------------------- Processing by AssignsController#test_assigns as HTML Completed 200 OK in 0ms ---------------------------------------- AssignsControllerTest: test_view_assigns ---------------------------------------- Processing by ViewAssignsController#test_assigns as HTML Completed 200 OK in 0ms ---------------------------------------------------------------------------------------- RenderTemplateTest: test_raises_descriptive_error_message_when_template_was_not_rendered ---------------------------------------------------------------------------------------- Rendering test/hello_world_with_partial.html.erb Rendered test/_partial.html.erb (0.3ms) Rendered test/hello_world_with_partial.html.erb (31.7ms) ------------------------------------------------------------------------------------------------------------- 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 (0.3ms) Rendered test/render_partial_inside_directory.html.erb (41.2ms) ---------------------------------------------------------------------------------------------------------------- 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 (0.0ms) Rendered test/render_partial_inside_directory.html.erb (0.1ms) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(passing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (27.5ms) Rendered test/calling_partial_with_layout.html.erb (58.4ms) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(failing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (0.1ms) Rendered test/calling_partial_with_layout.html.erb (0.2ms) ----------------------------------------------------- RenderTemplateTest: test_supports_specifying_partials ----------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (0.1ms) Rendered test/calling_partial_with_layout.html.erb (0.2ms) -------------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_templates_with_a_Regexp -------------------------------------------------------------------- Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (0.3ms) ---------------------------------------------------------------------- RenderTemplateTest: test_supports_different_locals_on_the_same_partial ---------------------------------------------------------------------- Rendering test/render_two_partials.html.erb Rendered test/_partial.html.erb (0.3ms) Rendered test/_partial.html.erb (0.4ms) Rendered test/render_two_partials.html.erb (52.3ms) --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2018-11-29 16:32:50 -0500 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.3ms) Completed 200 OK in 7ms (Views: 6.6ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2018-11-29 16:32:50 -0500 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2018-11-29 16:32:50 -0500 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms) -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2018-11-29 16:32:50 -0500 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2018-11-29 16:32:50 -0500 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2018-11-29 16:32:50 -0500 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2018-11-29 16:32:50 -0500 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.5ms) Completed 200 OK in 12ms (Views: 11.9ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2018-11-29 16:32:50 -0500 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2018-11-29 16:32:50 -0500 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2018-11-29 16:32:50 -0500 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2018-11-29 16:32:50 -0500 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2018-11-29 16:32:50 -0500 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2018-11-29 16:32:50 -0500 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2018-11-29 16:32:50 -0500 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2018-11-29 16:32:50 -0500 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.3ms) Completed 200 OK in 2ms (Views: 2.1ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2018-11-29 16:32:50 -0500 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2018-11-29 16:32:50 -0500 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2018-11-29 16:32:50 -0500 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ----------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) --------------------------------------------------- TemplateAssertionsControllerTest: test_with_partial --------------------------------------------------- Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.1ms) Completed 200 OK in 0ms (Views: 0.2ms) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_locals_option_to_assert_template_is_not_supported ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ----------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ----------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 1ms (Views: 0.5ms) -------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_passes_when_no_template_rendered -------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------ 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ----------------------------------------------------------------------- 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 (0.4ms) Completed 200 OK in 3ms (Views: 2.5ms) ------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (0.3ms) Completed 200 OK in 8ms (Views: 7.8ms) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms) ------------------------------------------------------------------ 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ---------------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_relative_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ---------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ------------------------------------------------------------------ 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ----------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ------------------------------------------------------------------ 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ------------------------------------------------------------ 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ----------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 0ms (Views: 0.3ms) --------------------------------------------------------------------- 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 (0.0ms) Rendered test/hello_world_with_partial.html.erb within layouts/standard (0.6ms) Completed 200 OK in 3ms (Views: 3.3ms) ----------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.3ms) Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.2ms) Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.3ms) Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.3ms) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_no_template_rendered ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ---------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) -------------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_templates_with_a_Regexp -------------------------------------------------------------------- Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (1.3ms) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(passing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (26.2ms) Rendered test/calling_partial_with_layout.html.erb (53.3ms) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(failing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (0.1ms) Rendered test/calling_partial_with_layout.html.erb (0.2ms) ------------------------------------------------------------------------------------------------------------- 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 (0.3ms) Rendered test/render_partial_inside_directory.html.erb (27.5ms) ----------------------------------------------------- RenderTemplateTest: test_supports_specifying_partials ----------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (0.1ms) Rendered test/calling_partial_with_layout.html.erb (0.2ms) ---------------------------------------------------------------------------------------------------------------- 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 (0.0ms) Rendered test/render_partial_inside_directory.html.erb (0.2ms) ---------------------------------------------------------------------------------------- RenderTemplateTest: test_raises_descriptive_error_message_when_template_was_not_rendered ---------------------------------------------------------------------------------------- Rendering test/hello_world_with_partial.html.erb Rendered test/_partial.html.erb (0.4ms) Rendered test/hello_world_with_partial.html.erb (23.5ms) ---------------------------------------------------------------------- RenderTemplateTest: test_supports_different_locals_on_the_same_partial ---------------------------------------------------------------------- Rendering test/render_two_partials.html.erb Rendered test/_partial.html.erb (0.3ms) Rendered test/_partial.html.erb (0.3ms) Rendered test/render_two_partials.html.erb (42.3ms) -------------------------------------------------------------- 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 (0.4ms) Completed 200 OK in 5ms (Views: 4.7ms) ------------------------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 5ms (Views: 5.0ms) --------------------------------------------------- TemplateAssertionsControllerTest: test_with_partial --------------------------------------------------- Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.4ms) Completed 200 OK in 3ms (Views: 3.2ms) ---------------------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 0ms (Views: 0.4ms) ----------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.5ms) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (0.3ms) Completed 200 OK in 9ms (Views: 9.2ms) -------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_passes_when_no_template_rendered -------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------ 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_no_template_rendered ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_locals_option_to_assert_template_is_not_supported ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ----------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.3ms) Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.3ms) Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.4ms) Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.3ms) Completed 200 OK in 4ms (Views: 4.1ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 4.1ms) ----------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.5ms) ------------------------------------------------------------------ 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (0.1ms) Completed 200 OK in 0ms (Views: 0.3ms) ------------------------------------------------------------------------ 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ------------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ----------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 1ms (Views: 0.5ms) ---------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ----------------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.8ms) ------------------------------------------------------------------ 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ----------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) --------------------------------------------------------------------- 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 (0.0ms) Rendered test/hello_world_with_partial.html.erb within layouts/standard (0.4ms) Completed 200 OK in 2ms (Views: 2.2ms) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_relative_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.1ms) Completed 200 OK in 0ms (Views: 0.3ms) ------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ------------------------------------------------------------ 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ----------------------------------------------------------------------- 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 (0.2ms) Completed 200 OK in 3ms (Views: 2.4ms) ----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2018-12-05 10:19:28 -0500 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2018-12-05 10:19:28 -0500 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2018-12-05 10:19:28 -0500 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2018-12-05 10:19:28 -0500 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2018-12-05 10:19:28 -0500 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2018-12-05 10:19:28 -0500 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2018-12-05 10:19:28 -0500 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2018-12-05 10:19:28 -0500 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2018-12-05 10:19:28 -0500 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2018-12-05 10:19:28 -0500 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2018-12-05 10:19:28 -0500 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.0ms) Completed 200 OK in 0ms (Views: 0.5ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2018-12-05 10:19:28 -0500 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2018-12-05 10:19:28 -0500 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2018-12-05 10:19:28 -0500 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2018-12-05 10:19:28 -0500 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2018-12-05 10:19:28 -0500 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2018-12-05 10:19:28 -0500 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2018-12-05 10:19:28 -0500 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ----------------------------------- AssignsControllerTest: test_assigns ----------------------------------- Processing by AssignsController#test_assigns as HTML Completed 200 OK in 0ms ---------------------------------------- AssignsControllerTest: test_view_assigns ---------------------------------------- Processing by ViewAssignsController#test_assigns as HTML Completed 200 OK in 0ms ---------------------------------------- AssignsControllerTest: test_view_assigns ---------------------------------------- Processing by ViewAssignsController#test_assigns as HTML Completed 200 OK in 0ms ----------------------------------- AssignsControllerTest: test_assigns ----------------------------------- Processing by AssignsController#test_assigns as HTML Completed 200 OK in 0ms ----------------------------------------------------- RenderTemplateTest: test_supports_specifying_partials ----------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (21.7ms) Rendered test/calling_partial_with_layout.html.erb (49.0ms) ---------------------------------------------------------------------------------------------------------------- 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 (0.3ms) Rendered test/render_partial_inside_directory.html.erb (24.3ms) -------------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_templates_with_a_Regexp -------------------------------------------------------------------- Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (0.2ms) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(failing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (0.1ms) Rendered test/calling_partial_with_layout.html.erb (0.2ms) ---------------------------------------------------------------------- RenderTemplateTest: test_supports_different_locals_on_the_same_partial ---------------------------------------------------------------------- Rendering test/render_two_partials.html.erb Rendered test/_partial.html.erb (0.3ms) Rendered test/_partial.html.erb (0.3ms) Rendered test/render_two_partials.html.erb (46.9ms) ------------------------------------------------------------------------------------------------------------- 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 (0.0ms) Rendered test/render_partial_inside_directory.html.erb (0.2ms) ------------------------------------------------------------- RenderTemplateTest: test_supports_specifying_locals_(passing) ------------------------------------------------------------- Rendering test/calling_partial_with_layout.html.erb Rendered test/_partial_for_use_in_layout.html.erb (0.1ms) Rendered test/calling_partial_with_layout.html.erb (0.2ms) ---------------------------------------------------------------------------------------- RenderTemplateTest: test_raises_descriptive_error_message_when_template_was_not_rendered ---------------------------------------------------------------------------------------- Rendering test/hello_world_with_partial.html.erb Rendered test/_partial.html.erb (0.2ms) Rendered test/hello_world_with_partial.html.erb (22.0ms) ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_cookies_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2018-12-05 10:22:45 -0500 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.4ms) Completed 200 OK in 5ms (Views: 5.1ms) ------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_file_reset_between_requests ------------------------------------------------------------------- Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2018-12-05 10:22:45 -0500 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.2ms) Completed 200 OK in 6ms (Views: 6.3ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2018-12-05 10:22:45 -0500 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ---------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests ---------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2018-12-05 10:22:45 -0500 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.2ms) Completed 200 OK in 2ms (Views: 1.8ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2018-12-05 10:22:45 -0500 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ----------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests ----------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2018-12-05 10:22:45 -0500 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (0.1ms) Completed 200 OK in 1ms (Views: 0.8ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2018-12-05 10:22:45 -0500 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms --------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_partial_reset_between_requests_when_opening_a_session --------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_partial" for 127.0.0.1 at 2018-12-05 10:22:45 -0500 Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2018-12-05 10:22:45 -0500 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms -------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests_when_opening_a_session -------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2018-12-05 10:22:45 -0500 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2018-12-05 10:22:45 -0500 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ---------------------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_template_reset_between_requests_when_opening_a_session ---------------------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_template" for 127.0.0.1 at 2018-12-05 10:22:45 -0500 Processing by TemplateAssertionsController#render_with_template as HTML Rendering test/hello_world.html.erb Rendered test/hello_world.html.erb (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2018-12-05 10:22:45 -0500 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms --------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_layout_reset_between_requests --------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2018-12-05 10:22:45 -0500 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2018-12-05 10:22:45 -0500 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------------- TemplateAssertionsIntegrationTest: test_assigns_do_not_reset_template_assertion ------------------------------------------------------------------------------- Started GET "/template_assertions/render_with_layout" for 127.0.0.1 at 2018-12-05 10:22:45 -0500 Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.0ms) Completed 200 OK in 1ms (Views: 0.5ms) ------------------------------------------------------------------------------------------ TemplateAssertionsIntegrationTest: test_file_reset_between_requests_when_opening_a_session ------------------------------------------------------------------------------------------ Started GET "/template_assertions/render_file_relative_path" for 127.0.0.1 at 2018-12-05 10:22:45 -0500 Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/template_assertions/render_nothing" for 127.0.0.1 at 2018-12-05 10:22:45 -0500 Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_absolute_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (0.2ms) Completed 200 OK in 5ms (Views: 5.0ms) ----------------------------------------------------------------------- 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 (0.2ms) Completed 200 OK in 2ms (Views: 1.9ms) ------------------------------------------------------------------------ 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ------------------------------------------------------------------ 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ----------------------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.5ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.5ms) Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.1ms) Completed 200 OK in 0ms (Views: 0.4ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.4ms) Processing by TemplateAssertionsController#render_with_layout as HTML Rendering test/hello_world.html.erb within layouts/standard Rendered test/hello_world.html.erb within layouts/standard (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.3ms) Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms (Views: 0.3ms) ------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ------------------------------------------------------------------ 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) -------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_empty_string_fails_when_no_template_rendered ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ---------------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_locals_option_to_assert_template_is_not_supported ---------------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ---------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ---------------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ----------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) --------------------------------------------------------------------- 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 (0.1ms) Rendered test/hello_world_with_partial.html.erb within layouts/standard (0.8ms) Completed 200 OK in 4ms (Views: 3.7ms) ----------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ------------------------------------------------------------ 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) ---------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ----------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ---------------------------------------------------------------------- TemplateAssertionsControllerTest: test_file_with_relative_path_success ---------------------------------------------------------------------- Processing by TemplateAssertionsController#render_file_relative_path as HTML Rendering README.rdoc Rendered README.rdoc (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) -------------------------------------------------------------------------------- TemplateAssertionsControllerTest: test_with_nil_passes_when_no_template_rendered -------------------------------------------------------------------------------- Processing by TemplateAssertionsController#render_nothing as HTML Completed 200 OK in 0ms ------------------------------------------------------------------ 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) ------------------------------------------------------------------------------------- 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 (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) -------------------------------------------------------- TemplateAssertionsControllerTest: test_with_file_failure -------------------------------------------------------- Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (0.1ms) Completed 200 OK in 1ms (Views: 0.5ms) Processing by TemplateAssertionsController#render_file_absolute_path as HTML Rendering README.rdoc Rendered README.rdoc (0.0ms) Completed 200 OK in 1ms (Views: 0.6ms) ----------------------------------------------------------------- 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 (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms) --------------------------------------------------- TemplateAssertionsControllerTest: test_with_partial --------------------------------------------------- Processing by TemplateAssertionsController#render_with_partial as HTML Rendered test/_partial.html.erb (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms)