test/dummy/log/test.log in crumbs-4.0.0.0 vs test/dummy/log/test.log in crumbs-4.0.0.1

- old
+ new

@@ -1046,5 +1046,33 @@ Started GET "/admin/reports/deliveries" for 127.0.0.1 at 2016-12-05 00:22:17 -0300 Processing by Admin::Reports::DeliveriesController#index as HTML Rendered application/_crumbs.html.erb (0.1ms) Rendered application/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 4ms (Views: 3.7ms) +-------------------- +ViewTest: test_links +-------------------- +Started GET "/" for 127.0.0.1 at 2016-12-13 14:50:49 -0300 +Processing by PagesController#index as HTML + Rendered application/_crumbs.html.erb (0.4ms) + Rendered application/index.html.erb within layouts/application (5.4ms) +Completed 200 OK in 132ms (Views: 124.8ms) +Started GET "/admin/users?query=" for 127.0.0.1 at 2016-12-13 14:50:49 -0300 +Processing by Admin::UsersController#index as HTML + Parameters: {"query"=>""} + Rendered application/_crumbs.html.erb (0.1ms) + Rendered application/index.html.erb within layouts/application (0.7ms) +Completed 200 OK in 4ms (Views: 3.5ms) +Started GET "/admin/users/7" for 127.0.0.1 at 2016-12-13 14:50:49 -0300 +Processing by Admin::UsersController#show as HTML + Parameters: {"id"=>"7"} + Rendered application/_crumbs.html.erb (0.1ms) + Rendered application/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 3ms (Views: 2.6ms) +Started GET "/admin/reports/deliveries" for 127.0.0.1 at 2016-12-13 14:50:49 -0300 +Processing by Admin::Reports::DeliveriesController#index as HTML + Rendered application/_crumbs.html.erb (0.1ms) + Rendered application/index.html.erb within layouts/application (0.7ms) +Completed 200 OK in 4ms (Views: 3.3ms) +--------------------------- +GeneratorTest: test_install +---------------------------