test/apps/rails5/log/test.log in groonga-client-model-0.9.1 vs test/apps/rails5/log/test.log in groonga-client-model-0.9.2
- old
+ new
@@ -1,411 +1,516 @@
+------------------------------------------
+PostsControllerTest: test_should_get_index
+------------------------------------------
+---------------------------------------------
+PostsControllerTest: test_should_destroy_post
+---------------------------------------------
----------------------------------------
PostsControllerTest: test_should_get_new
----------------------------------------
------------------------------------------
PostsControllerTest: test_should_show_post
------------------------------------------
+--------------------------------------------
+PostsControllerTest: test_should_update_post
+--------------------------------------------
+--------------------------------------------
+PostsControllerTest: test_should_create_post
+--------------------------------------------
-----------------------------------------
PostsControllerTest: test_should_get_edit
-----------------------------------------
--------------------------------------------
PostsControllerTest: test_should_create_post
--------------------------------------------
------------------------------------------
PostsControllerTest: test_should_get_index
------------------------------------------
----------------------------------------------
-PostsControllerTest: test_should_destroy_post
----------------------------------------------
--------------------------------------------
PostsControllerTest: test_should_update_post
--------------------------------------------
----------------------------------------------
-PostsControllerTest: test_should_destroy_post
----------------------------------------------
---------------------------------------------
-PostsControllerTest: test_should_create_post
---------------------------------------------
------------------------------------------
PostsControllerTest: test_should_show_post
------------------------------------------
---------------------------------------------
-PostsControllerTest: test_should_update_post
---------------------------------------------
+---------------------------------------------
+PostsControllerTest: test_should_destroy_post
+---------------------------------------------
----------------------------------------
PostsControllerTest: test_should_get_new
----------------------------------------
-----------------------------------------
PostsControllerTest: test_should_get_edit
-----------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_get_index
-------------------------------------------
+--------------------------------------------
+PostsControllerTest: test_should_update_post
+--------------------------------------------
---------------------------------------------
PostsControllerTest: test_should_destroy_post
---------------------------------------------
+------------------------------------------
+PostsControllerTest: test_should_show_post
+------------------------------------------
-----------------------------------------
PostsControllerTest: test_should_get_edit
-----------------------------------------
--------------------------------------------
-PostsControllerTest: test_should_update_post
+PostsControllerTest: test_should_create_post
--------------------------------------------
----------------------------------------
PostsControllerTest: test_should_get_new
----------------------------------------
------------------------------------------
PostsControllerTest: test_should_get_index
------------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_show_post
-------------------------------------------
--------------------------------------------
PostsControllerTest: test_should_create_post
--------------------------------------------
+Started POST "/posts" for 127.0.0.1 at 2016-12-06 16:59:39 +0900
+Processing by PostsController#create as HTML
+ Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}}
+Redirected to http://www.example.com/posts/2
+Completed 302 Found in 26ms
+--------------------------------------------
+PostsControllerTest: test_should_update_post
+--------------------------------------------
+Started PATCH "/posts/3" for 127.0.0.1 at 2016-12-06 16:59:39 +0900
+Processing by PostsController#update as HTML
+ Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"3"}
+Redirected to http://www.example.com/posts/3
+Completed 302 Found in 32ms
---------------------------------------------
PostsControllerTest: test_should_destroy_post
---------------------------------------------
+Started DELETE "/posts/4" for 127.0.0.1 at 2016-12-06 16:59:40 +0900
+Processing by PostsController#destroy as HTML
+ Parameters: {"id"=>"4"}
+Redirected to http://www.example.com/posts
+Completed 302 Found in 2ms
------------------------------------------
PostsControllerTest: test_should_show_post
------------------------------------------
---------------------------------------------
-PostsControllerTest: test_should_create_post
---------------------------------------------
+Started GET "/posts/5" for 127.0.0.1 at 2016-12-06 16:59:40 +0900
+Processing by PostsController#show as HTML
+ Parameters: {"id"=>"5"}
+ Rendering posts/show.html.erb within layouts/application
+ Rendered posts/show.html.erb within layouts/application (3.8ms)
+Completed 200 OK in 384ms (Views: 381.2ms)
-----------------------------------------
PostsControllerTest: test_should_get_edit
-----------------------------------------
-----------------------------------------
-PostsControllerTest: test_should_get_new
-----------------------------------------
+Started GET "/posts/6/edit" for 127.0.0.1 at 2016-12-06 16:59:40 +0900
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"6"}
+ Rendering posts/edit.html.erb within layouts/application
+ Rendered posts/_form.html.erb (18.1ms)
+ Rendered posts/edit.html.erb within layouts/application (20.0ms)
+Completed 200 OK in 24ms (Views: 22.0ms)
------------------------------------------
PostsControllerTest: test_should_get_index
------------------------------------------
+Started GET "/posts" for 127.0.0.1 at 2016-12-06 16:59:40 +0900
+Processing by PostsController#index as HTML
+ Rendering posts/index.html.erb within layouts/application
+ Rendered posts/index.html.erb within layouts/application (1.1ms)
+Completed 200 OK in 6ms (Views: 3.0ms)
+----------------------------------------
+PostsControllerTest: test_should_get_new
+----------------------------------------
+Started GET "/posts/new" for 127.0.0.1 at 2016-12-06 16:59:40 +0900
+Processing by PostsController#new as HTML
+ Rendering posts/new.html.erb within layouts/application
+ Rendered posts/_form.html.erb (1.3ms)
+ Rendered posts/new.html.erb within layouts/application (2.0ms)
+Completed 200 OK in 5ms (Views: 3.7ms)
--------------------------------------------
PostsControllerTest: test_should_update_post
--------------------------------------------
+Started PATCH "/posts/9" for 127.0.0.1 at 2016-12-06 17:00:07 +0900
+Processing by PostsController#update as HTML
+ Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"9"}
+Redirected to http://www.example.com/posts/9
+Completed 302 Found in 10ms
+---------------------------------------------
+PostsControllerTest: test_should_destroy_post
+---------------------------------------------
+Started DELETE "/posts/10" for 127.0.0.1 at 2016-12-06 17:00:07 +0900
+Processing by PostsController#destroy as HTML
+ Parameters: {"id"=>"10"}
+Redirected to http://www.example.com/posts
+Completed 302 Found in 3ms
--------------------------------------------
-PostsControllerTest: test_should_update_post
+PostsControllerTest: test_should_create_post
--------------------------------------------
+Started POST "/posts" for 127.0.0.1 at 2016-12-06 17:00:07 +0900
+Processing by PostsController#create as HTML
+ Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}}
+Redirected to http://www.example.com/posts/12
+Completed 302 Found in 2ms
------------------------------------------
PostsControllerTest: test_should_get_index
------------------------------------------
-Started GET "/posts" for 127.0.0.1 at 2016-12-05 17:54:25 +0900
+Started GET "/posts" for 127.0.0.1 at 2016-12-06 17:00:07 +0900
Processing by PostsController#index as HTML
Rendering posts/index.html.erb within layouts/application
- Rendered posts/index.html.erb within layouts/application (3.7ms)
-Completed 200 OK in 211ms (Views: 201.9ms)
+ Rendered posts/index.html.erb within layouts/application (2.0ms)
+Completed 200 OK in 108ms (Views: 106.9ms)
-----------------------------------------
PostsControllerTest: test_should_get_edit
-----------------------------------------
----------------------------------------------
-PostsControllerTest: test_should_destroy_post
----------------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_show_post
-------------------------------------------
---------------------------------------------
-PostsControllerTest: test_should_create_post
---------------------------------------------
+Started GET "/posts/14/edit" for 127.0.0.1 at 2016-12-06 17:00:07 +0900
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"14"}
+ Rendering posts/edit.html.erb within layouts/application
+ Rendered posts/_form.html.erb (10.0ms)
+ Rendered posts/edit.html.erb within layouts/application (10.9ms)
+Completed 200 OK in 15ms (Views: 12.9ms)
----------------------------------------
PostsControllerTest: test_should_get_new
----------------------------------------
-Started GET "/posts/new" for 127.0.0.1 at 2016-12-05 17:54:25 +0900
+Started GET "/posts/new" for 127.0.0.1 at 2016-12-06 17:00:07 +0900
Processing by PostsController#new as HTML
Rendering posts/new.html.erb within layouts/application
- Rendered posts/_form.html.erb (12.5ms)
- Rendered posts/new.html.erb within layouts/application (13.3ms)
-Completed 200 OK in 16ms (Views: 15.2ms)
+ Rendered posts/_form.html.erb (1.4ms)
+ Rendered posts/new.html.erb within layouts/application (2.1ms)
+Completed 200 OK in 5ms (Views: 4.0ms)
+------------------------------------------
+PostsControllerTest: test_should_show_post
+------------------------------------------
+Started GET "/posts/16" for 127.0.0.1 at 2016-12-06 17:00:07 +0900
+Processing by PostsController#show as HTML
+ Parameters: {"id"=>"16"}
+ Rendering posts/show.html.erb within layouts/application
+ Rendered posts/show.html.erb within layouts/application (0.5ms)
+Completed 200 OK in 4ms (Views: 2.3ms)
--------------------------------------------
PostsControllerTest: test_should_create_post
--------------------------------------------
------------------------------------------
-PostsControllerTest: test_should_get_edit
------------------------------------------
+Started POST "/posts" for 127.0.0.1 at 2016-12-06 17:00:15 +0900
+Processing by PostsController#create as HTML
+ Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}}
+Redirected to http://www.example.com/posts/18
+Completed 302 Found in 10ms
---------------------------------------------
PostsControllerTest: test_should_destroy_post
---------------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_show_post
-------------------------------------------
+Started DELETE "/posts/19" for 127.0.0.1 at 2016-12-06 17:00:15 +0900
+Processing by PostsController#destroy as HTML
+ Parameters: {"id"=>"19"}
+Redirected to http://www.example.com/posts
+Completed 302 Found in 3ms
----------------------------------------
PostsControllerTest: test_should_get_new
----------------------------------------
-Started GET "/posts/new" for 127.0.0.1 at 2016-12-05 17:57:30 +0900
+Started GET "/posts/new" for 127.0.0.1 at 2016-12-06 17:00:15 +0900
Processing by PostsController#new as HTML
Rendering posts/new.html.erb within layouts/application
- Rendered posts/_form.html.erb (11.8ms)
- Rendered posts/new.html.erb within layouts/application (13.0ms)
-Completed 200 OK in 133ms (Views: 126.5ms)
---------------------------------------------
-PostsControllerTest: test_should_update_post
---------------------------------------------
+ Rendered posts/_form.html.erb (8.2ms)
+ Rendered posts/new.html.erb within layouts/application (9.5ms)
+Completed 200 OK in 111ms (Views: 110.5ms)
------------------------------------------
+PostsControllerTest: test_should_show_post
+------------------------------------------
+Started GET "/posts/21" for 127.0.0.1 at 2016-12-06 17:00:15 +0900
+Processing by PostsController#show as HTML
+ Parameters: {"id"=>"21"}
+ Rendering posts/show.html.erb within layouts/application
+ Rendered posts/show.html.erb within layouts/application (0.5ms)
+Completed 200 OK in 5ms (Views: 2.6ms)
+------------------------------------------
PostsControllerTest: test_should_get_index
------------------------------------------
-Started GET "/posts" for 127.0.0.1 at 2016-12-05 17:57:30 +0900
+Started GET "/posts" for 127.0.0.1 at 2016-12-06 17:00:15 +0900
Processing by PostsController#index as HTML
Rendering posts/index.html.erb within layouts/application
- Rendered posts/index.html.erb within layouts/application (2.3ms)
-Completed 200 OK in 6ms (Views: 4.1ms)
+ Rendered posts/index.html.erb within layouts/application (2.9ms)
+Completed 200 OK in 7ms (Views: 5.3ms)
+--------------------------------------------
+PostsControllerTest: test_should_update_post
+--------------------------------------------
+Started PATCH "/posts/23" for 127.0.0.1 at 2016-12-06 17:00:15 +0900
+Processing by PostsController#update as HTML
+ Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"23"}
+Redirected to http://www.example.com/posts/23
+Completed 302 Found in 3ms
+-----------------------------------------
+PostsControllerTest: test_should_get_edit
+-----------------------------------------
+Started GET "/posts/24/edit" for 127.0.0.1 at 2016-12-06 17:00:15 +0900
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"24"}
+ Rendering posts/edit.html.erb within layouts/application
+ Rendered posts/_form.html.erb (1.6ms)
+ Rendered posts/edit.html.erb within layouts/application (2.6ms)
+Completed 200 OK in 6ms (Views: 4.5ms)
+--------------------------------------------
+PostsControllerTest: test_should_create_post
+--------------------------------------------
+Started POST "/posts" for 127.0.0.1 at 2016-12-06 17:00:27 +0900
+Processing by PostsController#create as HTML
+ Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}}
+Redirected to http://www.example.com/posts/26
+Completed 302 Found in 11ms
---------------------------------------------
PostsControllerTest: test_should_destroy_post
---------------------------------------------
-----------------------------------------
-PostsControllerTest: test_should_get_new
-----------------------------------------
-Started GET "/posts/new" for 127.0.0.1 at 2016-12-05 17:58:03 +0900
-Processing by PostsController#new as HTML
- Rendering posts/new.html.erb within layouts/application
- Rendered posts/_form.html.erb (12.0ms)
- Rendered posts/new.html.erb within layouts/application (13.2ms)
-Completed 200 OK in 131ms (Views: 123.6ms)
+Started DELETE "/posts/27" for 127.0.0.1 at 2016-12-06 17:00:27 +0900
+Processing by PostsController#destroy as HTML
+ Parameters: {"id"=>"27"}
+Redirected to http://www.example.com/posts
+Completed 302 Found in 3ms
--------------------------------------------
PostsControllerTest: test_should_update_post
--------------------------------------------
+Started PATCH "/posts/28" for 127.0.0.1 at 2016-12-06 17:00:27 +0900
+Processing by PostsController#update as HTML
+ Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"28"}
+Redirected to http://www.example.com/posts/28
+Completed 302 Found in 4ms
+------------------------------------------
+PostsControllerTest: test_should_show_post
+------------------------------------------
+Started GET "/posts/29" for 127.0.0.1 at 2016-12-06 17:00:27 +0900
+Processing by PostsController#show as HTML
+ Parameters: {"id"=>"29"}
+ Rendering posts/show.html.erb within layouts/application
+ Rendered posts/show.html.erb within layouts/application (1.0ms)
+Completed 200 OK in 113ms (Views: 110.6ms)
-----------------------------------------
PostsControllerTest: test_should_get_edit
-----------------------------------------
+Started GET "/posts/30/edit" for 127.0.0.1 at 2016-12-06 17:00:27 +0900
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"30"}
+ Rendering posts/edit.html.erb within layouts/application
+ Rendered posts/_form.html.erb (12.2ms)
+ Rendered posts/edit.html.erb within layouts/application (13.2ms)
+Completed 200 OK in 17ms (Views: 15.3ms)
------------------------------------------
PostsControllerTest: test_should_get_index
------------------------------------------
-Started GET "/posts" for 127.0.0.1 at 2016-12-05 17:58:03 +0900
+Started GET "/posts" for 127.0.0.1 at 2016-12-06 17:00:27 +0900
Processing by PostsController#index as HTML
Rendering posts/index.html.erb within layouts/application
- Rendered posts/index.html.erb within layouts/application (3.3ms)
-Completed 200 OK in 7ms (Views: 5.2ms)
+ Rendered posts/index.html.erb within layouts/application (4.9ms)
+Completed 200 OK in 9ms (Views: 7.0ms)
+----------------------------------------
+PostsControllerTest: test_should_get_new
+----------------------------------------
+Started GET "/posts/new" for 127.0.0.1 at 2016-12-06 17:00:28 +0900
+Processing by PostsController#new as HTML
+ Rendering posts/new.html.erb within layouts/application
+ Rendered posts/_form.html.erb (1.5ms)
+ Rendered posts/new.html.erb within layouts/application (2.2ms)
+Completed 200 OK in 5ms (Views: 4.0ms)
+---------------------------------------------
+PostsControllerTest: test_should_destroy_post
+---------------------------------------------
------------------------------------------
PostsControllerTest: test_should_show_post
------------------------------------------
--------------------------------------------
PostsControllerTest: test_should_create_post
--------------------------------------------
-Started POST "/posts" for 127.0.0.1 at 2016-12-05 17:58:03 +0900
-Processing by PostsController#create as HTML
- Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}}
-Redirected to
-Completed 500 Internal Server Error in 2ms
------------------------------------------
-PostsControllerTest: test_should_get_edit
------------------------------------------
-Started GET "/posts/0/edit" for 127.0.0.1 at 2016-12-05 17:58:31 +0900
-Processing by PostsController#edit as HTML
- Parameters: {"id"=>"0"}
-Completed 404 Not Found in 7ms
-------------------------------------------
-PostsControllerTest: test_should_show_post
-------------------------------------------
-Started GET "/posts/0" for 127.0.0.1 at 2016-12-05 17:58:31 +0900
-Processing by PostsController#show as HTML
- Parameters: {"id"=>"0"}
-Completed 404 Not Found in 1ms
--------------------------------------------
PostsControllerTest: test_should_update_post
--------------------------------------------
-Started PATCH "/posts/0" for 127.0.0.1 at 2016-12-05 17:58:31 +0900
-Processing by PostsController#update as HTML
- Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"0"}
-Completed 404 Not Found in 1ms
---------------------------------------------
-PostsControllerTest: test_should_create_post
---------------------------------------------
-Started POST "/posts" for 127.0.0.1 at 2016-12-05 17:58:31 +0900
-Processing by PostsController#create as HTML
- Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}}
-Redirected to http://www.example.com/posts/0
-Completed 302 Found in 4ms
------------------------------------------
PostsControllerTest: test_should_get_index
------------------------------------------
-Started GET "/posts" for 127.0.0.1 at 2016-12-05 17:58:31 +0900
-Processing by PostsController#index as HTML
- Rendering posts/index.html.erb within layouts/application
- Rendered posts/index.html.erb within layouts/application (6.8ms)
-Completed 200 OK in 119ms (Views: 117.6ms)
----------------------------------------
PostsControllerTest: test_should_get_new
----------------------------------------
-Started GET "/posts/new" for 127.0.0.1 at 2016-12-05 17:58:31 +0900
-Processing by PostsController#new as HTML
- Rendering posts/new.html.erb within layouts/application
- Rendered posts/_form.html.erb (9.7ms)
- Rendered posts/new.html.erb within layouts/application (10.4ms)
-Completed 200 OK in 13ms (Views: 12.2ms)
+-----------------------------------------
+PostsControllerTest: test_should_get_edit
+-----------------------------------------
---------------------------------------------
PostsControllerTest: test_should_destroy_post
---------------------------------------------
-Started DELETE "/posts/0" for 127.0.0.1 at 2016-12-05 17:58:31 +0900
+Started DELETE "/posts/40" for 127.0.0.1 at 2016-12-06 17:00:48 +0900
Processing by PostsController#destroy as HTML
- Parameters: {"id"=>"0"}
-Completed 404 Not Found in 1ms
+ Parameters: {"id"=>"40"}
+Redirected to http://www.example.com/posts
+Completed 302 Found in 10ms
+------------------------------------------
+PostsControllerTest: test_should_show_post
+------------------------------------------
+Started GET "/posts/41" for 127.0.0.1 at 2016-12-06 17:00:48 +0900
+Processing by PostsController#show as HTML
+ Parameters: {"id"=>"41"}
+ Rendering posts/show.html.erb within layouts/application
+ Rendered posts/show.html.erb within layouts/application (0.9ms)
+Completed 200 OK in 94ms (Views: 91.9ms)
+--------------------------------------------
+PostsControllerTest: test_should_update_post
+--------------------------------------------
+Started PATCH "/posts/42" for 127.0.0.1 at 2016-12-06 17:00:49 +0900
+Processing by PostsController#update as HTML
+ Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"42"}
+Redirected to http://www.example.com/posts/42
+Completed 302 Found in 3ms
----------------------------------------
PostsControllerTest: test_should_get_new
----------------------------------------
-Started GET "/posts/new" for 127.0.0.1 at 2016-12-05 18:03:01 +0900
+Started GET "/posts/new" for 127.0.0.1 at 2016-12-06 17:00:49 +0900
Processing by PostsController#new as HTML
Rendering posts/new.html.erb within layouts/application
- Rendered posts/_form.html.erb (11.7ms)
- Rendered posts/new.html.erb within layouts/application (12.9ms)
-Completed 200 OK in 131ms (Views: 125.1ms)
+ Rendered posts/_form.html.erb (13.1ms)
+ Rendered posts/new.html.erb within layouts/application (14.0ms)
+Completed 200 OK in 17ms (Views: 16.1ms)
+-----------------------------------------
+PostsControllerTest: test_should_get_edit
+-----------------------------------------
+Started GET "/posts/44/edit" for 127.0.0.1 at 2016-12-06 17:00:49 +0900
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"44"}
+ Rendering posts/edit.html.erb within layouts/application
+ Rendered posts/_form.html.erb (1.8ms)
+ Rendered posts/edit.html.erb within layouts/application (2.6ms)
+Completed 200 OK in 7ms (Views: 4.8ms)
--------------------------------------------
PostsControllerTest: test_should_create_post
--------------------------------------------
-Started POST "/posts" for 127.0.0.1 at 2016-12-05 18:03:01 +0900
+Started POST "/posts" for 127.0.0.1 at 2016-12-06 17:00:49 +0900
Processing by PostsController#create as HTML
Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}}
-Redirected to http://www.example.com/posts/0
-Completed 302 Found in 2ms
------------------------------------------
-PostsControllerTest: test_should_get_edit
------------------------------------------
-Started GET "/posts/0/edit" for 127.0.0.1 at 2016-12-05 18:03:01 +0900
-Processing by PostsController#edit as HTML
- Parameters: {"id"=>"0"}
-Completed 404 Not Found in 2ms
+Redirected to http://www.example.com/posts/46
+Completed 302 Found in 3ms
------------------------------------------
PostsControllerTest: test_should_get_index
------------------------------------------
-Started GET "/posts" for 127.0.0.1 at 2016-12-05 18:03:01 +0900
+Started GET "/posts" for 127.0.0.1 at 2016-12-06 17:00:49 +0900
Processing by PostsController#index as HTML
Rendering posts/index.html.erb within layouts/application
- Rendered posts/index.html.erb within layouts/application (5.0ms)
-Completed 200 OK in 9ms (Views: 7.1ms)
----------------------------------------------
-PostsControllerTest: test_should_destroy_post
----------------------------------------------
-Started DELETE "/posts/0" for 127.0.0.1 at 2016-12-05 18:03:01 +0900
-Processing by PostsController#destroy as HTML
- Parameters: {"id"=>"0"}
-Completed 404 Not Found in 2ms
---------------------------------------------
-PostsControllerTest: test_should_update_post
---------------------------------------------
-Started PATCH "/posts/0" for 127.0.0.1 at 2016-12-05 18:03:01 +0900
-Processing by PostsController#update as HTML
- Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"0"}
-Completed 404 Not Found in 2ms
+ Rendered posts/index.html.erb within layouts/application (6.6ms)
+Completed 200 OK in 11ms (Views: 9.1ms)
------------------------------------------
PostsControllerTest: test_should_show_post
------------------------------------------
-Started GET "/posts/0" for 127.0.0.1 at 2016-12-05 18:03:01 +0900
+Started GET "/posts/48" for 127.0.0.1 at 2016-12-06 17:01:22 +0900
Processing by PostsController#show as HTML
- Parameters: {"id"=>"0"}
-Completed 404 Not Found in 2ms
---------------------------------------------
-PostsControllerTest: test_should_update_post
---------------------------------------------
+ Parameters: {"id"=>"48"}
+ Rendering posts/show.html.erb within layouts/application
+ Rendered posts/show.html.erb within layouts/application (6.6ms)
+Completed 200 OK in 104ms (Views: 96.8ms)
+-----------------------------------------
+PostsControllerTest: test_should_get_edit
+-----------------------------------------
+Started GET "/posts/49/edit" for 127.0.0.1 at 2016-12-06 17:01:22 +0900
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"49"}
+ Rendering posts/edit.html.erb within layouts/application
+ Rendered posts/_form.html.erb (31.9ms)
+ Rendered posts/edit.html.erb within layouts/application (32.7ms)
+Completed 200 OK in 36ms (Views: 34.7ms)
------------------------------------------
-PostsControllerTest: test_should_show_post
-------------------------------------------
----------------------------------------------
-PostsControllerTest: test_should_destroy_post
----------------------------------------------
-------------------------------------------
PostsControllerTest: test_should_get_index
------------------------------------------
+Started GET "/posts" for 127.0.0.1 at 2016-12-06 17:01:22 +0900
+Processing by PostsController#index as HTML
+ Rendering posts/index.html.erb within layouts/application
+ Rendered posts/index.html.erb within layouts/application (6.4ms)
+Completed 200 OK in 11ms (Views: 8.5ms)
--------------------------------------------
PostsControllerTest: test_should_create_post
--------------------------------------------
+Started POST "/posts" for 127.0.0.1 at 2016-12-06 17:01:22 +0900
+Processing by PostsController#create as HTML
+ Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}}
+Redirected to http://www.example.com/posts/52
+Completed 302 Found in 2ms
+---------------------------------------------
+PostsControllerTest: test_should_destroy_post
+---------------------------------------------
+Started DELETE "/posts/53" for 127.0.0.1 at 2016-12-06 17:01:22 +0900
+Processing by PostsController#destroy as HTML
+ Parameters: {"id"=>"53"}
+Redirected to http://www.example.com/posts
+Completed 302 Found in 2ms
----------------------------------------
PostsControllerTest: test_should_get_new
----------------------------------------
------------------------------------------
-PostsControllerTest: test_should_get_edit
------------------------------------------
------------------------------------------
-PostsControllerTest: test_should_get_edit
------------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_show_post
-------------------------------------------
+Started GET "/posts/new" for 127.0.0.1 at 2016-12-06 17:01:22 +0900
+Processing by PostsController#new as HTML
+ Rendering posts/new.html.erb within layouts/application
+ Rendered posts/_form.html.erb (1.5ms)
+ Rendered posts/new.html.erb within layouts/application (2.2ms)
+Completed 200 OK in 5ms (Views: 4.1ms)
--------------------------------------------
-PostsControllerTest: test_should_create_post
+PostsControllerTest: test_should_update_post
--------------------------------------------
+Started PATCH "/posts/55" for 127.0.0.1 at 2016-12-06 17:01:22 +0900
+Processing by PostsController#update as HTML
+ Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"55"}
+Redirected to http://www.example.com/posts/55
+Completed 302 Found in 3ms
--------------------------------------------
PostsControllerTest: test_should_update_post
--------------------------------------------
----------------------------------------------
-PostsControllerTest: test_should_destroy_post
----------------------------------------------
------------------------------------------
-PostsControllerTest: test_should_get_index
+PostsControllerTest: test_should_show_post
------------------------------------------
----------------------------------------
PostsControllerTest: test_should_get_new
----------------------------------------
-----------------------------------------
-PostsControllerTest: test_should_get_new
-----------------------------------------
---------------------------------------------
-PostsControllerTest: test_should_update_post
---------------------------------------------
---------------------------------------------
PostsControllerTest: test_should_destroy_post
---------------------------------------------
-----------------------------------------
PostsControllerTest: test_should_get_edit
-----------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_get_index
-------------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_show_post
-------------------------------------------
--------------------------------------------
PostsControllerTest: test_should_create_post
--------------------------------------------
------------------------------------------
-PostsControllerTest: test_should_get_edit
------------------------------------------
------------------------------------------
PostsControllerTest: test_should_get_index
------------------------------------------
+------------------------------------------
+PostsControllerTest: test_should_get_index
+------------------------------------------
+---------------------------------------------
+PostsControllerTest: test_should_destroy_post
+---------------------------------------------
----------------------------------------
PostsControllerTest: test_should_get_new
----------------------------------------
------------------------------------------
PostsControllerTest: test_should_show_post
------------------------------------------
+-----------------------------------------
+PostsControllerTest: test_should_get_edit
+-----------------------------------------
--------------------------------------------
PostsControllerTest: test_should_create_post
--------------------------------------------
----------------------------------------------
-PostsControllerTest: test_should_destroy_post
----------------------------------------------
--------------------------------------------
PostsControllerTest: test_should_update_post
--------------------------------------------
---------------------------------------------
-PostsControllerTest: test_should_create_post
---------------------------------------------
-----------------------------------------
PostsControllerTest: test_should_get_edit
-----------------------------------------
------------------------------------------
-PostsControllerTest: test_should_show_post
+PostsControllerTest: test_should_get_index
------------------------------------------
---------------------------------------------
PostsControllerTest: test_should_destroy_post
---------------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_get_index
-------------------------------------------
----------------------------------------
PostsControllerTest: test_should_get_new
----------------------------------------
--------------------------------------------
+PostsControllerTest: test_should_create_post
+--------------------------------------------
+------------------------------------------
+PostsControllerTest: test_should_show_post
+------------------------------------------
+--------------------------------------------
PostsControllerTest: test_should_update_post
--------------------------------------------
-----------------------------------------
PostsControllerTest: test_should_get_edit
-----------------------------------------
------------------------------------------
-PostsControllerTest: test_should_get_index
-------------------------------------------
-----------------------------------------
-PostsControllerTest: test_should_get_new
-----------------------------------------
-------------------------------------------
PostsControllerTest: test_should_show_post
------------------------------------------
--------------------------------------------
PostsControllerTest: test_should_create_post
--------------------------------------------
@@ -413,19 +518,19 @@
PostsControllerTest: test_should_update_post
--------------------------------------------
---------------------------------------------
PostsControllerTest: test_should_destroy_post
---------------------------------------------
+----------------------------------------
+PostsControllerTest: test_should_get_new
+----------------------------------------
+------------------------------------------
+PostsControllerTest: test_should_get_index
+------------------------------------------
-----------------------------------------
PostsControllerTest: test_should_get_edit
-----------------------------------------
---------------------------------------------
-PostsControllerTest: test_should_update_post
---------------------------------------------
---------------------------------------------
-PostsControllerTest: test_should_create_post
---------------------------------------------
------------------------------------------
PostsControllerTest: test_should_get_index
------------------------------------------
------------------------------------------
PostsControllerTest: test_should_show_post
@@ -434,1187 +539,882 @@
PostsControllerTest: test_should_destroy_post
---------------------------------------------
----------------------------------------
PostsControllerTest: test_should_get_new
----------------------------------------
----------------------------------------------
-PostsControllerTest: test_should_destroy_post
----------------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_get_index
-------------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_show_post
-------------------------------------------
--------------------------------------------
-PostsControllerTest: test_should_create_post
+PostsControllerTest: test_should_update_post
--------------------------------------------
------------------------------------------
-PostsControllerTest: test_should_get_edit
------------------------------------------
--------------------------------------------
-PostsControllerTest: test_should_update_post
+PostsControllerTest: test_should_create_post
--------------------------------------------
-----------------------------------------
-PostsControllerTest: test_should_get_new
-----------------------------------------
----------------------------------------------
-PostsControllerTest: test_should_destroy_post
----------------------------------------------
------------------------------------------
PostsControllerTest: test_should_get_index
------------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_show_post
-------------------------------------------
-----------------------------------------
-PostsControllerTest: test_should_get_new
-----------------------------------------
+---------------------------------------------
+PostsControllerTest: test_should_destroy_post
+---------------------------------------------
--------------------------------------------
PostsControllerTest: test_should_create_post
--------------------------------------------
+----------------------------------------
+PostsControllerTest: test_should_get_new
+----------------------------------------
-----------------------------------------
PostsControllerTest: test_should_get_edit
-----------------------------------------
+------------------------------------------
+PostsControllerTest: test_should_show_post
+------------------------------------------
--------------------------------------------
PostsControllerTest: test_should_update_post
--------------------------------------------
--------------------------------------------
PostsControllerTest: test_should_create_post
--------------------------------------------
------------------------------------------
-PostsControllerTest: test_should_get_edit
------------------------------------------
------------------------------------------
PostsControllerTest: test_should_get_index
------------------------------------------
+------------------------------------------
+PostsControllerTest: test_should_show_post
+------------------------------------------
+-----------------------------------------
+PostsControllerTest: test_should_get_edit
+-----------------------------------------
----------------------------------------
PostsControllerTest: test_should_get_new
----------------------------------------
+---------------------------------------------
+PostsControllerTest: test_should_destroy_post
+---------------------------------------------
--------------------------------------------
PostsControllerTest: test_should_update_post
--------------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_show_post
-------------------------------------------
---------------------------------------------
PostsControllerTest: test_should_destroy_post
---------------------------------------------
---------------------------------------------
-PostsControllerTest: test_should_create_post
---------------------------------------------
-Started POST "/posts" for 127.0.0.1 at 2016-12-05 18:14:17 +0900
-Processing by PostsController#create as HTML
- Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}}
-Redirected to http://www.example.com/posts/97
-Completed 302 Found in 11ms
----------------------------------------
PostsControllerTest: test_should_get_new
----------------------------------------
-Started GET "/posts/new" for 127.0.0.1 at 2016-12-05 18:14:17 +0900
-Processing by PostsController#new as HTML
- Rendering posts/new.html.erb within layouts/application
- Rendered posts/_form.html.erb (11.4ms)
- Rendered posts/new.html.erb within layouts/application (12.9ms)
-Completed 200 OK in 175ms (Views: 174.0ms)
-------------------------------------------
-PostsControllerTest: test_should_show_post
-------------------------------------------
-Started GET "/posts/99" for 127.0.0.1 at 2016-12-05 18:14:17 +0900
-Processing by PostsController#show as HTML
- Parameters: {"id"=>"99"}
- Rendering posts/show.html.erb within layouts/application
- Rendered posts/show.html.erb within layouts/application (0.6ms)
-Completed 200 OK in 5ms (Views: 2.6ms)
--------------------------------------------
+PostsControllerTest: test_should_create_post
+--------------------------------------------
+-----------------------------------------
+PostsControllerTest: test_should_get_edit
+-----------------------------------------
+--------------------------------------------
PostsControllerTest: test_should_update_post
--------------------------------------------
-Started PATCH "/posts/100" for 127.0.0.1 at 2016-12-05 18:14:17 +0900
-Processing by PostsController#update as HTML
- Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"100"}
-Redirected to http://www.example.com/posts/100
-Completed 302 Found in 3ms
------------------------------------------
PostsControllerTest: test_should_get_index
------------------------------------------
-Started GET "/posts" for 127.0.0.1 at 2016-12-05 18:14:17 +0900
-Processing by PostsController#index as HTML
- Rendering posts/index.html.erb within layouts/application
- Rendered posts/index.html.erb within layouts/application (16.1ms)
-Completed 200 OK in 22ms (Views: 18.8ms)
----------------------------------------------
-PostsControllerTest: test_should_destroy_post
----------------------------------------------
-Started DELETE "/posts/102" for 127.0.0.1 at 2016-12-05 18:14:17 +0900
-Processing by PostsController#destroy as HTML
- Parameters: {"id"=>"102"}
-Completed 500 Internal Server Error in 3ms
+------------------------------------------
+PostsControllerTest: test_should_show_post
+------------------------------------------
-----------------------------------------
PostsControllerTest: test_should_get_edit
-----------------------------------------
-Started GET "/posts/103/edit" for 127.0.0.1 at 2016-12-05 18:14:17 +0900
+Started GET "/posts/1/edit" for 127.0.0.1 at 2016-12-20 16:01:12 +0900
Processing by PostsController#edit as HTML
- Parameters: {"id"=>"103"}
+ Parameters: {"id"=>"1"}
Rendering posts/edit.html.erb within layouts/application
- Rendered posts/_form.html.erb (3.3ms)
- Rendered posts/edit.html.erb within layouts/application (8.0ms)
-Completed 200 OK in 22ms (Views: 17.6ms)
+ Rendered posts/_form.html.erb (46.7ms)
+ Rendered posts/edit.html.erb within layouts/application (60.2ms)
+Completed 200 OK in 831ms (Views: 786.2ms)
+---------------------------------------------
+PostsControllerTest: test_should_destroy_post
+---------------------------------------------
+Started DELETE "/posts/1" for 127.0.0.1 at 2016-12-20 16:01:14 +0900
+Processing by PostsController#destroy as HTML
+ Parameters: {"id"=>"1"}
+Redirected to http://www.example.com/posts
+Completed 302 Found in 10ms
--------------------------------------------
PostsControllerTest: test_should_update_post
--------------------------------------------
-Started PATCH "/posts/104" for 127.0.0.1 at 2016-12-05 18:15:05 +0900
+Started PATCH "/posts/1" for 127.0.0.1 at 2016-12-20 16:01:14 +0900
Processing by PostsController#update as HTML
- Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"104"}
-Redirected to http://www.example.com/posts/104
-Completed 302 Found in 11ms
---------------------------------------------
-PostsControllerTest: test_should_create_post
---------------------------------------------
-Started POST "/posts" for 127.0.0.1 at 2016-12-05 18:15:05 +0900
-Processing by PostsController#create as HTML
- Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}}
-Redirected to http://www.example.com/posts/106
-Completed 302 Found in 2ms
+ Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"1"}
+Redirected to http://www.example.com/posts/1
+Completed 302 Found in 9ms
------------------------------------------
PostsControllerTest: test_should_get_index
------------------------------------------
-Started GET "/posts" for 127.0.0.1 at 2016-12-05 18:15:05 +0900
+Started GET "/posts" for 127.0.0.1 at 2016-12-20 16:01:14 +0900
Processing by PostsController#index as HTML
Rendering posts/index.html.erb within layouts/application
- Rendered posts/index.html.erb within layouts/application (13.8ms)
-Completed 200 OK in 138ms (Views: 135.6ms)
+ Rendered posts/index.html.erb within layouts/application (5.7ms)
+Completed 200 OK in 15ms (Views: 11.7ms)
+--------------------------------------------
+PostsControllerTest: test_should_create_post
+--------------------------------------------
+Started POST "/posts" for 127.0.0.1 at 2016-12-20 16:01:14 +0900
+Processing by PostsController#create as HTML
+ Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}}
+Redirected to http://www.example.com/posts/2
+Completed 302 Found in 5ms
----------------------------------------
PostsControllerTest: test_should_get_new
----------------------------------------
-Started GET "/posts/new" for 127.0.0.1 at 2016-12-05 18:15:05 +0900
-Processing by PostsController#new as HTML
- Rendering posts/new.html.erb within layouts/application
- Rendered posts/_form.html.erb (10.8ms)
- Rendered posts/new.html.erb within layouts/application (11.6ms)
-Completed 200 OK in 14ms (Views: 13.4ms)
+------------------------------------------
+PostsControllerTest: test_should_show_post
+------------------------------------------
+------------------------------------------
+PostsControllerTest: test_should_show_post
+------------------------------------------
-----------------------------------------
PostsControllerTest: test_should_get_edit
-----------------------------------------
-Started GET "/posts/109/edit" for 127.0.0.1 at 2016-12-05 18:15:05 +0900
-Processing by PostsController#edit as HTML
- Parameters: {"id"=>"109"}
- Rendering posts/edit.html.erb within layouts/application
- Rendered posts/_form.html.erb (1.4ms)
- Rendered posts/edit.html.erb within layouts/application (2.1ms)
-Completed 200 OK in 6ms (Views: 3.9ms)
---------------------------------------------
PostsControllerTest: test_should_destroy_post
---------------------------------------------
-Started DELETE "/posts/110" for 127.0.0.1 at 2016-12-05 18:15:05 +0900
-Processing by PostsController#destroy as HTML
- Parameters: {"id"=>"110"}
-Completed 500 Internal Server Error in 3ms
------------------------------------------
-PostsControllerTest: test_should_show_post
+PostsControllerTest: test_should_get_index
------------------------------------------
-Started GET "/posts/111" for 127.0.0.1 at 2016-12-05 18:15:05 +0900
-Processing by PostsController#show as HTML
- Parameters: {"id"=>"111"}
- Rendering posts/show.html.erb within layouts/application
- Rendered posts/show.html.erb within layouts/application (0.5ms)
-Completed 200 OK in 4ms (Views: 2.5ms)
--------------------------------------------
PostsControllerTest: test_should_create_post
--------------------------------------------
-Started POST "/posts" for 127.0.0.1 at 2016-12-05 18:16:35 +0900
-Processing by PostsController#create as HTML
- Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}}
-Redirected to http://www.example.com/posts/113
-Completed 302 Found in 11ms
----------------------------------------------
-PostsControllerTest: test_should_destroy_post
----------------------------------------------
-Started DELETE "/posts/114" for 127.0.0.1 at 2016-12-05 18:16:35 +0900
-Processing by PostsController#destroy as HTML
- Parameters: {"id"=>"114"}
-Completed 500 Internal Server Error in 3ms
------------------------------------------
-PostsControllerTest: test_should_get_edit
------------------------------------------
-Started GET "/posts/115/edit" for 127.0.0.1 at 2016-12-05 18:16:35 +0900
-Processing by PostsController#edit as HTML
- Parameters: {"id"=>"115"}
- Rendering posts/edit.html.erb within layouts/application
- Rendered posts/_form.html.erb (14.0ms)
- Rendered posts/edit.html.erb within layouts/application (15.5ms)
-Completed 200 OK in 137ms (Views: 134.7ms)
+----------------------------------------
+PostsControllerTest: test_should_get_new
+----------------------------------------
--------------------------------------------
PostsControllerTest: test_should_update_post
--------------------------------------------
-Started PATCH "/posts/116" for 127.0.0.1 at 2016-12-05 18:16:35 +0900
+--------------------------------------------
+PostsControllerTest: test_should_update_post
+--------------------------------------------
+Started PATCH "/posts/1" for 127.0.0.1 at 2016-12-20 16:05:19 +0900
Processing by PostsController#update as HTML
- Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"116"}
-Redirected to http://www.example.com/posts/116
-Completed 302 Found in 3ms
+ Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"1"}
+Redirected to http://www.example.com/posts/1
+Completed 302 Found in 36ms
------------------------------------------
PostsControllerTest: test_should_get_index
------------------------------------------
-Started GET "/posts" for 127.0.0.1 at 2016-12-05 18:16:35 +0900
+Started GET "/posts" for 127.0.0.1 at 2016-12-20 16:05:20 +0900
Processing by PostsController#index as HTML
Rendering posts/index.html.erb within layouts/application
- Rendered posts/index.html.erb within layouts/application (13.9ms)
-Completed 200 OK in 19ms (Views: 15.9ms)
-----------------------------------------
-PostsControllerTest: test_should_get_new
-----------------------------------------
-Started GET "/posts/new" for 127.0.0.1 at 2016-12-05 18:16:35 +0900
-Processing by PostsController#new as HTML
- Rendering posts/new.html.erb within layouts/application
- Rendered posts/_form.html.erb (1.4ms)
- Rendered posts/new.html.erb within layouts/application (2.0ms)
-Completed 200 OK in 4ms (Views: 3.6ms)
+ Rendered posts/index.html.erb within layouts/application (7.6ms)
+Completed 200 OK in 135ms (Views: 132.2ms)
------------------------------------------
PostsControllerTest: test_should_show_post
------------------------------------------
-Started GET "/posts/119" for 127.0.0.1 at 2016-12-05 18:16:35 +0900
+Started GET "/posts/1" for 127.0.0.1 at 2016-12-20 16:05:20 +0900
Processing by PostsController#show as HTML
- Parameters: {"id"=>"119"}
+ Parameters: {"id"=>"1"}
Rendering posts/show.html.erb within layouts/application
- Rendered posts/show.html.erb within layouts/application (0.5ms)
-Completed 200 OK in 6ms (Views: 2.2ms)
+ Rendered posts/show.html.erb within layouts/application (1.7ms)
+Completed 200 OK in 14ms (Views: 7.7ms)
+---------------------------------------------
+PostsControllerTest: test_should_destroy_post
+---------------------------------------------
+Started DELETE "/posts/1" for 127.0.0.1 at 2016-12-20 16:05:20 +0900
+Processing by PostsController#destroy as HTML
+ Parameters: {"id"=>"1"}
+Redirected to http://www.example.com/posts
+Completed 302 Found in 9ms
--------------------------------------------
PostsControllerTest: test_should_create_post
--------------------------------------------
-Started POST "/posts" for 127.0.0.1 at 2016-12-05 18:21:48 +0900
+Started POST "/posts" for 127.0.0.1 at 2016-12-20 16:05:20 +0900
Processing by PostsController#create as HTML
Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}}
-Redirected to http://www.example.com/posts/121
-Completed 302 Found in 12ms
-------------------------------------------
-PostsControllerTest: test_should_get_index
-------------------------------------------
-Started GET "/posts" for 127.0.0.1 at 2016-12-05 18:21:48 +0900
-Processing by PostsController#index as HTML
- Rendering posts/index.html.erb within layouts/application
- Rendered posts/index.html.erb within layouts/application (15.8ms)
-Completed 200 OK in 130ms (Views: 124.2ms)
-------------------------------------------
-PostsControllerTest: test_should_show_post
-------------------------------------------
-Started GET "/posts/123" for 127.0.0.1 at 2016-12-05 18:21:48 +0900
-Processing by PostsController#show as HTML
- Parameters: {"id"=>"123"}
- Rendering posts/show.html.erb within layouts/application
- Rendered posts/show.html.erb within layouts/application (0.5ms)
-Completed 200 OK in 5ms (Views: 2.2ms)
+Redirected to http://www.example.com/posts/2
+Completed 302 Found in 4ms
-----------------------------------------
PostsControllerTest: test_should_get_edit
-----------------------------------------
-Started GET "/posts/124/edit" for 127.0.0.1 at 2016-12-05 18:21:48 +0900
-Processing by PostsController#edit as HTML
- Parameters: {"id"=>"124"}
- Rendering posts/edit.html.erb within layouts/application
- Rendered posts/_form.html.erb (11.2ms)
- Rendered posts/edit.html.erb within layouts/application (12.0ms)
-Completed 200 OK in 16ms (Views: 13.8ms)
----------------------------------------
PostsControllerTest: test_should_get_new
----------------------------------------
-Started GET "/posts/new" for 127.0.0.1 at 2016-12-05 18:21:49 +0900
-Processing by PostsController#new as HTML
- Rendering posts/new.html.erb within layouts/application
- Rendered posts/_form.html.erb (1.5ms)
- Rendered posts/new.html.erb within layouts/application (2.3ms)
-Completed 200 OK in 5ms (Views: 4.4ms)
----------------------------------------------
-PostsControllerTest: test_should_destroy_post
----------------------------------------------
-Started DELETE "/posts/126" for 127.0.0.1 at 2016-12-05 18:21:49 +0900
-Processing by PostsController#destroy as HTML
- Parameters: {"id"=>"126"}
-Redirected to http://www.example.com/posts
-Completed 302 Found in 3ms
+----------------------------------------
+PostsControllerTest: test_should_get_new
+----------------------------------------
--------------------------------------------
PostsControllerTest: test_should_update_post
--------------------------------------------
-Started PATCH "/posts/127" for 127.0.0.1 at 2016-12-05 18:21:49 +0900
-Processing by PostsController#update as HTML
- Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"127"}
-Redirected to http://www.example.com/posts/127
-Completed 302 Found in 3ms
---------------------------------------------
PostsControllerTest: test_should_destroy_post
---------------------------------------------
-Started DELETE "/posts/128" for 127.0.0.1 at 2016-12-05 18:22:23 +0900
-Processing by PostsController#destroy as HTML
- Parameters: {"id"=>"128"}
-Redirected to http://www.example.com/posts
-Completed 302 Found in 12ms
--------------------------------------------
-PostsControllerTest: test_should_update_post
+PostsControllerTest: test_should_create_post
--------------------------------------------
-Started PATCH "/posts/129" for 127.0.0.1 at 2016-12-05 18:22:23 +0900
-Processing by PostsController#update as HTML
- Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"129"}
-Redirected to http://www.example.com/posts/129
-Completed 302 Found in 3ms
-----------------------------------------
-PostsControllerTest: test_should_get_new
-----------------------------------------
-Started GET "/posts/new" for 127.0.0.1 at 2016-12-05 18:22:23 +0900
-Processing by PostsController#new as HTML
- Rendering posts/new.html.erb within layouts/application
- Rendered posts/_form.html.erb (10.3ms)
- Rendered posts/new.html.erb within layouts/application (11.6ms)
-Completed 200 OK in 138ms (Views: 137.6ms)
------------------------------------------
PostsControllerTest: test_should_get_index
------------------------------------------
-Started GET "/posts" for 127.0.0.1 at 2016-12-05 18:22:24 +0900
-Processing by PostsController#index as HTML
- Rendering posts/index.html.erb within layouts/application
- Rendered posts/index.html.erb within layouts/application (14.9ms)
-Completed 200 OK in 20ms (Views: 16.8ms)
+-----------------------------------------
+PostsControllerTest: test_should_get_edit
+-----------------------------------------
------------------------------------------
PostsControllerTest: test_should_show_post
------------------------------------------
-Started GET "/posts/132" for 127.0.0.1 at 2016-12-05 18:22:24 +0900
+--------------------------------------------
+PostsControllerTest: test_should_update_post
+--------------------------------------------
+Started PATCH "/posts/1" for 127.0.0.1 at 2016-12-20 16:06:10 +0900
+Processing by PostsController#update as HTML
+ Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"1"}
+Redirected to http://www.example.com/posts/1
+Completed 302 Found in 38ms
+------------------------------------------
+PostsControllerTest: test_should_show_post
+------------------------------------------
+Started GET "/posts/1" for 127.0.0.1 at 2016-12-20 16:06:10 +0900
Processing by PostsController#show as HTML
- Parameters: {"id"=>"132"}
+ Parameters: {"id"=>"1"}
Rendering posts/show.html.erb within layouts/application
- Rendered posts/show.html.erb within layouts/application (0.5ms)
-Completed 200 OK in 4ms (Views: 2.2ms)
+ Rendered posts/show.html.erb within layouts/application (1.0ms)
+Completed 200 OK in 131ms (Views: 129.2ms)
--------------------------------------------
PostsControllerTest: test_should_create_post
--------------------------------------------
-Started POST "/posts" for 127.0.0.1 at 2016-12-05 18:22:24 +0900
+Started POST "/posts" for 127.0.0.1 at 2016-12-20 16:06:10 +0900
Processing by PostsController#create as HTML
Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}}
-Redirected to http://www.example.com/posts/134
-Completed 302 Found in 3ms
+Redirected to http://www.example.com/posts/2
+Completed 302 Found in 2ms
-----------------------------------------
PostsControllerTest: test_should_get_edit
-----------------------------------------
-Started GET "/posts/135/edit" for 127.0.0.1 at 2016-12-05 18:22:24 +0900
+Started GET "/posts/1/edit" for 127.0.0.1 at 2016-12-20 16:06:10 +0900
Processing by PostsController#edit as HTML
- Parameters: {"id"=>"135"}
+ Parameters: {"id"=>"1"}
Rendering posts/edit.html.erb within layouts/application
- Rendered posts/_form.html.erb (1.5ms)
- Rendered posts/edit.html.erb within layouts/application (2.3ms)
-Completed 200 OK in 6ms (Views: 4.2ms)
-------------------------------------------
-PostsControllerTest: test_should_get_index
-------------------------------------------
+ Rendered posts/_form.html.erb (9.5ms)
+ Rendered posts/edit.html.erb within layouts/application (10.3ms)
+Completed 200 OK in 15ms (Views: 12.2ms)
---------------------------------------------
PostsControllerTest: test_should_destroy_post
---------------------------------------------
------------------------------------------
-PostsControllerTest: test_should_get_edit
------------------------------------------
+Started DELETE "/posts/1" for 127.0.0.1 at 2016-12-20 16:06:10 +0900
+Processing by PostsController#destroy as HTML
+ Parameters: {"id"=>"1"}
+Redirected to http://www.example.com/posts
+Completed 302 Found in 7ms
------------------------------------------
-PostsControllerTest: test_should_show_post
+PostsControllerTest: test_should_get_index
------------------------------------------
---------------------------------------------
-PostsControllerTest: test_should_create_post
---------------------------------------------
----------------------------------------
PostsControllerTest: test_should_get_new
----------------------------------------
---------------------------------------------
-PostsControllerTest: test_should_update_post
---------------------------------------------
---------------------------------------------
PostsControllerTest: test_should_destroy_post
---------------------------------------------
-----------------------------------------
-PostsControllerTest: test_should_get_new
-----------------------------------------
+Started DELETE "/posts/1" for 127.0.0.1 at 2016-12-20 16:08:01 +0900
+Processing by PostsController#destroy as HTML
+ Parameters: {"id"=>"1"}
+Redirected to http://www.example.com/posts
+Completed 302 Found in 36ms
+------------------------------------------
+PostsControllerTest: test_should_get_index
+------------------------------------------
+Started GET "/posts" for 127.0.0.1 at 2016-12-20 16:08:01 +0900
+Processing by PostsController#index as HTML
+ Rendering posts/index.html.erb within layouts/application
+ Rendered posts/index.html.erb within layouts/application (8.7ms)
+Completed 200 OK in 139ms (Views: 137.0ms)
--------------------------------------------
PostsControllerTest: test_should_update_post
--------------------------------------------
+Started PATCH "/posts/1" for 127.0.0.1 at 2016-12-20 16:08:01 +0900
+Processing by PostsController#update as HTML
+ Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"1"}
+Redirected to http://www.example.com/posts/1
+Completed 302 Found in 10ms
-----------------------------------------
PostsControllerTest: test_should_get_edit
-----------------------------------------
---------------------------------------------
-PostsControllerTest: test_should_create_post
---------------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_get_index
-------------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_show_post
-------------------------------------------
------------------------------------------
-PostsControllerTest: test_should_get_edit
------------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_get_index
-------------------------------------------
+Started GET "/posts/1/edit" for 127.0.0.1 at 2016-12-20 16:08:01 +0900
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"1"}
+ Rendering posts/edit.html.erb within layouts/application
+ Rendered posts/_form.html.erb (26.7ms)
+ Rendered posts/edit.html.erb within layouts/application (29.4ms)
+Completed 200 OK in 40ms (Views: 33.6ms)
----------------------------------------
PostsControllerTest: test_should_get_new
----------------------------------------
+Started GET "/posts/new" for 127.0.0.1 at 2016-12-20 16:08:02 +0900
+Processing by PostsController#new as HTML
+ Rendering posts/new.html.erb within layouts/application
+ Rendered posts/_form.html.erb (4.9ms)
+ Rendered posts/new.html.erb within layouts/application (7.4ms)
+Completed 200 OK in 39ms (Views: 13.8ms)
------------------------------------------
PostsControllerTest: test_should_show_post
------------------------------------------
--------------------------------------------
-PostsControllerTest: test_should_update_post
---------------------------------------------
---------------------------------------------
PostsControllerTest: test_should_create_post
--------------------------------------------
---------------------------------------------
PostsControllerTest: test_should_destroy_post
---------------------------------------------
----------------------------------------------
-PostsControllerTest: test_should_destroy_post
----------------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_show_post
-------------------------------------------
---------------------------------------------
-PostsControllerTest: test_should_update_post
---------------------------------------------
+Started DELETE "/posts/1" for 127.0.0.1 at 2016-12-20 16:08:21 +0900
+Processing by PostsController#destroy as HTML
+ Parameters: {"id"=>"1"}
+Redirected to http://www.example.com/posts
+Completed 302 Found in 36ms
----------------------------------------
PostsControllerTest: test_should_get_new
----------------------------------------
+Started GET "/posts/new" for 127.0.0.1 at 2016-12-20 16:08:21 +0900
+Processing by PostsController#new as HTML
+ Rendering posts/new.html.erb within layouts/application
+ Rendered posts/_form.html.erb (24.1ms)
+ Rendered posts/new.html.erb within layouts/application (28.4ms)
+Completed 200 OK in 142ms (Views: 139.9ms)
--------------------------------------------
PostsControllerTest: test_should_create_post
--------------------------------------------
+Started POST "/posts" for 127.0.0.1 at 2016-12-20 16:08:22 +0900
+Processing by PostsController#create as HTML
+ Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}}
+Redirected to http://www.example.com/posts/2
+Completed 302 Found in 6ms
+--------------------------------------------
+PostsControllerTest: test_should_update_post
+--------------------------------------------
+Started PATCH "/posts/1" for 127.0.0.1 at 2016-12-20 16:08:22 +0900
+Processing by PostsController#update as HTML
+ Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"1"}
+Redirected to http://www.example.com/posts/1
+Completed 302 Found in 10ms
+------------------------------------------
+PostsControllerTest: test_should_show_post
+------------------------------------------
+Started GET "/posts/1" for 127.0.0.1 at 2016-12-20 16:08:22 +0900
+Processing by PostsController#show as HTML
+ Parameters: {"id"=>"1"}
+ Rendering posts/show.html.erb within layouts/application
+ Rendered posts/show.html.erb within layouts/application (1.6ms)
+Completed 200 OK in 14ms (Views: 8.0ms)
-----------------------------------------
PostsControllerTest: test_should_get_edit
-----------------------------------------
+Started GET "/posts/1/edit" for 127.0.0.1 at 2016-12-20 16:08:22 +0900
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"1"}
+ Rendering posts/edit.html.erb within layouts/application
+ Rendered posts/_form.html.erb (8.9ms)
+ Rendered posts/edit.html.erb within layouts/application (11.7ms)
+Completed 200 OK in 27ms (Views: 20.3ms)
------------------------------------------
PostsControllerTest: test_should_get_index
------------------------------------------
---------------------------------------------
-PostsControllerTest: test_should_update_post
---------------------------------------------
+Started GET "/posts" for 127.0.0.1 at 2016-12-20 16:08:23 +0900
+Processing by PostsController#index as HTML
+ Rendering posts/index.html.erb within layouts/application
+ Rendered posts/index.html.erb within layouts/application (18.9ms)
+Completed 200 OK in 30ms (Views: 26.8ms)
------------------------------------------
PostsControllerTest: test_should_get_index
------------------------------------------
-----------------------------------------
-PostsControllerTest: test_should_get_new
-----------------------------------------
----------------------------------------------
-PostsControllerTest: test_should_destroy_post
----------------------------------------------
+Started GET "/posts" for 127.0.0.1 at 2016-12-20 16:08:37 +0900
+Processing by PostsController#index as HTML
+ Rendering posts/index.html.erb within layouts/application
+ Rendered posts/index.html.erb within layouts/application (4.3ms)
+Completed 200 OK in 110ms (Views: 104.9ms)
-----------------------------------------
PostsControllerTest: test_should_get_edit
-----------------------------------------
---------------------------------------------
-PostsControllerTest: test_should_create_post
---------------------------------------------
+Started GET "/posts/1/edit" for 127.0.0.1 at 2016-12-20 16:08:38 +0900
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"1"}
+ Rendering posts/edit.html.erb within layouts/application
+ Rendered posts/_form.html.erb (9.4ms)
+ Rendered posts/edit.html.erb within layouts/application (10.2ms)
+Completed 200 OK in 68ms (Views: 12.0ms)
------------------------------------------
PostsControllerTest: test_should_show_post
------------------------------------------
+Started GET "/posts/1" for 127.0.0.1 at 2016-12-20 16:08:38 +0900
+Processing by PostsController#show as HTML
+ Parameters: {"id"=>"1"}
+ Rendering posts/show.html.erb within layouts/application
+ Rendered posts/show.html.erb within layouts/application (1.7ms)
+Completed 200 OK in 15ms (Views: 8.1ms)
---------------------------------------------
PostsControllerTest: test_should_destroy_post
---------------------------------------------
+Started DELETE "/posts/1" for 127.0.0.1 at 2016-12-20 16:08:38 +0900
+Processing by PostsController#destroy as HTML
+ Parameters: {"id"=>"1"}
+Redirected to http://www.example.com/posts
+Completed 302 Found in 9ms
+--------------------------------------------
+PostsControllerTest: test_should_create_post
+--------------------------------------------
+Started POST "/posts" for 127.0.0.1 at 2016-12-20 16:08:38 +0900
+Processing by PostsController#create as HTML
+ Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}}
+Redirected to http://www.example.com/posts/2
+Completed 302 Found in 3ms
+--------------------------------------------
+PostsControllerTest: test_should_update_post
+--------------------------------------------
+Started PATCH "/posts/1" for 127.0.0.1 at 2016-12-20 16:08:39 +0900
+Processing by PostsController#update as HTML
+ Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"1"}
+Redirected to http://www.example.com/posts/1
+Completed 302 Found in 12ms
----------------------------------------
PostsControllerTest: test_should_get_new
----------------------------------------
+Started GET "/posts/new" for 127.0.0.1 at 2016-12-20 16:08:39 +0900
+Processing by PostsController#new as HTML
+ Rendering posts/new.html.erb within layouts/application
+ Rendered posts/_form.html.erb (6.8ms)
+ Rendered posts/new.html.erb within layouts/application (9.4ms)
+Completed 200 OK in 20ms (Views: 17.9ms)
-----------------------------------------
PostsControllerTest: test_should_get_edit
-----------------------------------------
+Started GET "/posts/1/edit" for 127.0.0.1 at 2016-12-20 16:08:44 +0900
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"1"}
+ Rendering posts/edit.html.erb within layouts/application
+ Rendered posts/_form.html.erb (10.2ms)
+ Rendered posts/edit.html.erb within layouts/application (11.3ms)
+Completed 200 OK in 127ms (Views: 119.5ms)
+----------------------------------------
+PostsControllerTest: test_should_get_new
+----------------------------------------
+Started GET "/posts/new" for 127.0.0.1 at 2016-12-20 16:08:44 +0900
+Processing by PostsController#new as HTML
+ Rendering posts/new.html.erb within layouts/application
+ Rendered posts/_form.html.erb (3.9ms)
+ Rendered posts/new.html.erb within layouts/application (5.7ms)
+Completed 200 OK in 12ms (Views: 10.6ms)
------------------------------------------
-PostsControllerTest: test_should_show_post
+PostsControllerTest: test_should_get_index
------------------------------------------
+Started GET "/posts" for 127.0.0.1 at 2016-12-20 16:08:44 +0900
+Processing by PostsController#index as HTML
+ Rendering posts/index.html.erb within layouts/application
+ Rendered posts/index.html.erb within layouts/application (5.0ms)
+Completed 200 OK in 12ms (Views: 10.4ms)
--------------------------------------------
PostsControllerTest: test_should_update_post
--------------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_get_index
-------------------------------------------
+Started PATCH "/posts/1" for 127.0.0.1 at 2016-12-20 16:08:45 +0900
+Processing by PostsController#update as HTML
+ Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"1"}
+Redirected to http://www.example.com/posts/1
+Completed 302 Found in 10ms
--------------------------------------------
PostsControllerTest: test_should_create_post
--------------------------------------------
+Started POST "/posts" for 127.0.0.1 at 2016-12-20 16:08:45 +0900
+Processing by PostsController#create as HTML
+ Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}}
+Redirected to http://www.example.com/posts/2
+Completed 302 Found in 7ms
---------------------------------------------
PostsControllerTest: test_should_destroy_post
---------------------------------------------
+Started DELETE "/posts/1" for 127.0.0.1 at 2016-12-20 16:08:45 +0900
+Processing by PostsController#destroy as HTML
+ Parameters: {"id"=>"1"}
+Redirected to http://www.example.com/posts
+Completed 302 Found in 22ms
+------------------------------------------
+PostsControllerTest: test_should_show_post
+------------------------------------------
+Started GET "/posts/1" for 127.0.0.1 at 2016-12-20 16:08:46 +0900
+Processing by PostsController#show as HTML
+ Parameters: {"id"=>"1"}
+ Rendering posts/show.html.erb within layouts/application
+ Rendered posts/show.html.erb within layouts/application (2.1ms)
+Completed 200 OK in 18ms (Views: 9.8ms)
-----------------------------------------
PostsControllerTest: test_should_get_edit
-----------------------------------------
---------------------------------------------
-PostsControllerTest: test_should_create_post
---------------------------------------------
---------------------------------------------
-PostsControllerTest: test_should_update_post
---------------------------------------------
------------------------------------------
-PostsControllerTest: test_should_show_post
+PostsControllerTest: test_should_get_index
------------------------------------------
----------------------------------------
PostsControllerTest: test_should_get_new
----------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_get_index
-------------------------------------------
--------------------------------------------
PostsControllerTest: test_should_create_post
--------------------------------------------
------------------------------------------
PostsControllerTest: test_should_show_post
------------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_get_index
-------------------------------------------
---------------------------------------------
PostsControllerTest: test_should_destroy_post
---------------------------------------------
-----------------------------------------
-PostsControllerTest: test_should_get_new
-----------------------------------------
------------------------------------------
-PostsControllerTest: test_should_get_edit
------------------------------------------
--------------------------------------------
PostsControllerTest: test_should_update_post
--------------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_get_index
-------------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_show_post
-------------------------------------------
---------------------------------------------
-PostsControllerTest: test_should_update_post
---------------------------------------------
------------------------------------------
-PostsControllerTest: test_should_get_edit
------------------------------------------
---------------------------------------------
-PostsControllerTest: test_should_create_post
---------------------------------------------
----------------------------------------------
-PostsControllerTest: test_should_destroy_post
----------------------------------------------
----------------------------------------
PostsControllerTest: test_should_get_new
----------------------------------------
+Started GET "/posts/new" for 127.0.0.1 at 2016-12-20 16:10:12 +0900
+Processing by PostsController#new as HTML
+ Rendering posts/new.html.erb within layouts/application
+ Rendered posts/_form.html.erb (9.9ms)
+ Rendered posts/new.html.erb within layouts/application (11.0ms)
+Completed 200 OK in 115ms (Views: 110.1ms)
--------------------------------------------
-PostsControllerTest: test_should_update_post
+PostsControllerTest: test_should_create_post
--------------------------------------------
----------------------------------------------
-PostsControllerTest: test_should_destroy_post
----------------------------------------------
+Started POST "/posts" for 127.0.0.1 at 2016-12-20 16:10:12 +0900
+Processing by PostsController#create as HTML
+ Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}}
+Redirected to http://www.example.com/posts/2
+Completed 302 Found in 6ms
-----------------------------------------
PostsControllerTest: test_should_get_edit
-----------------------------------------
+Started GET "/posts/1/edit" for 127.0.0.1 at 2016-12-20 16:10:12 +0900
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"1"}
+ Rendering posts/edit.html.erb within layouts/application
+ Rendered posts/_form.html.erb (1.4ms)
+ Rendered posts/edit.html.erb within layouts/application (2.2ms)
+Completed 200 OK in 63ms (Views: 3.9ms)
------------------------------------------
PostsControllerTest: test_should_get_index
------------------------------------------
---------------------------------------------
-PostsControllerTest: test_should_create_post
---------------------------------------------
-----------------------------------------
-PostsControllerTest: test_should_get_new
-----------------------------------------
+Started GET "/posts" for 127.0.0.1 at 2016-12-20 16:10:13 +0900
+Processing by PostsController#index as HTML
+ Rendering posts/index.html.erb within layouts/application
+ Rendered posts/index.html.erb within layouts/application (6.3ms)
+Completed 200 OK in 15ms (Views: 12.9ms)
------------------------------------------
PostsControllerTest: test_should_show_post
------------------------------------------
-----------------------------------------
-PostsControllerTest: test_should_get_new
-----------------------------------------
+Started GET "/posts/1" for 127.0.0.1 at 2016-12-20 16:10:13 +0900
+Processing by PostsController#show as HTML
+ Parameters: {"id"=>"1"}
+ Rendering posts/show.html.erb within layouts/application
+ Rendered posts/show.html.erb within layouts/application (0.9ms)
+Completed 200 OK in 7ms (Views: 4.5ms)
--------------------------------------------
-PostsControllerTest: test_should_create_post
+PostsControllerTest: test_should_update_post
--------------------------------------------
+Started PATCH "/posts/1" for 127.0.0.1 at 2016-12-20 16:10:13 +0900
+Processing by PostsController#update as HTML
+ Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"1"}
+Redirected to http://www.example.com/posts/1
+Completed 302 Found in 12ms
---------------------------------------------
PostsControllerTest: test_should_destroy_post
---------------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_get_index
-------------------------------------------
---------------------------------------------
-PostsControllerTest: test_should_update_post
---------------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_show_post
-------------------------------------------
+Started DELETE "/posts/1" for 127.0.0.1 at 2016-12-20 16:10:14 +0900
+Processing by PostsController#destroy as HTML
+ Parameters: {"id"=>"1"}
+Redirected to http://www.example.com/posts
+Completed 302 Found in 12ms
-----------------------------------------
PostsControllerTest: test_should_get_edit
-----------------------------------------
------------------------------------------
-PostsControllerTest: test_should_show_post
-------------------------------------------
----------------------------------------------
-PostsControllerTest: test_should_destroy_post
----------------------------------------------
-----------------------------------------
-PostsControllerTest: test_should_get_new
-----------------------------------------
---------------------------------------------
-PostsControllerTest: test_should_update_post
---------------------------------------------
-------------------------------------------
PostsControllerTest: test_should_get_index
------------------------------------------
---------------------------------------------
-PostsControllerTest: test_should_create_post
---------------------------------------------
------------------------------------------
-PostsControllerTest: test_should_get_edit
------------------------------------------
---------------------------------------------
-PostsControllerTest: test_should_create_post
---------------------------------------------
----------------------------------------
PostsControllerTest: test_should_get_new
----------------------------------------
---------------------------------------------
-PostsControllerTest: test_should_update_post
---------------------------------------------
---------------------------------------------
PostsControllerTest: test_should_destroy_post
---------------------------------------------
------------------------------------------
-PostsControllerTest: test_should_get_edit
------------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_show_post
-------------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_get_index
-------------------------------------------
----------------------------------------------
-PostsControllerTest: test_should_destroy_post
----------------------------------------------
--------------------------------------------
PostsControllerTest: test_should_create_post
--------------------------------------------
------------------------------------------
PostsControllerTest: test_should_show_post
------------------------------------------
--------------------------------------------
PostsControllerTest: test_should_update_post
--------------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_get_index
-------------------------------------------
-----------------------------------------
-PostsControllerTest: test_should_get_new
-----------------------------------------
------------------------------------------
-PostsControllerTest: test_should_get_edit
------------------------------------------
-----------------------------------------
-PostsControllerTest: test_should_get_new
-----------------------------------------
--------------------------------------------
PostsControllerTest: test_should_create_post
--------------------------------------------
---------------------------------------------
-PostsControllerTest: test_should_update_post
---------------------------------------------
------------------------------------------
-PostsControllerTest: test_should_get_edit
------------------------------------------
------------------------------------------
-PostsControllerTest: test_should_get_index
-------------------------------------------
-------------------------------------------
PostsControllerTest: test_should_show_post
------------------------------------------
---------------------------------------------
PostsControllerTest: test_should_destroy_post
---------------------------------------------
----------------------------------------------
-PostsControllerTest: test_should_destroy_post
----------------------------------------------
--------------------------------------------
-PostsControllerTest: test_should_create_post
---------------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_get_index
-------------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_show_post
-------------------------------------------
---------------------------------------------
PostsControllerTest: test_should_update_post
--------------------------------------------
-----------------------------------------
PostsControllerTest: test_should_get_edit
-----------------------------------------
----------------------------------------
PostsControllerTest: test_should_get_new
----------------------------------------
-----------------------------------------
-PostsControllerTest: test_should_get_new
-----------------------------------------
------------------------------------------
-PostsControllerTest: test_should_show_post
+PostsControllerTest: test_should_get_index
------------------------------------------
---------------------------------------------
-PostsControllerTest: test_should_update_post
---------------------------------------------
-----------------------------------------
PostsControllerTest: test_should_get_edit
-----------------------------------------
---------------------------------------------
-PostsControllerTest: test_should_create_post
---------------------------------------------
------------------------------------------
PostsControllerTest: test_should_get_index
------------------------------------------
---------------------------------------------
PostsControllerTest: test_should_destroy_post
---------------------------------------------
---------------------------------------------
-PostsControllerTest: test_should_create_post
---------------------------------------------
------------------------------------------
-PostsControllerTest: test_should_get_index
+PostsControllerTest: test_should_show_post
------------------------------------------
-----------------------------------------
-PostsControllerTest: test_should_get_new
-----------------------------------------
--------------------------------------------
PostsControllerTest: test_should_update_post
--------------------------------------------
----------------------------------------------
-PostsControllerTest: test_should_destroy_post
----------------------------------------------
------------------------------------------
-PostsControllerTest: test_should_get_edit
------------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_show_post
-------------------------------------------
----------------------------------------------
-PostsControllerTest: test_should_destroy_post
----------------------------------------------
--------------------------------------------
-PostsControllerTest: test_should_update_post
+PostsControllerTest: test_should_create_post
--------------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_show_post
-------------------------------------------
----------------------------------------
PostsControllerTest: test_should_get_new
----------------------------------------
---------------------------------------------
-PostsControllerTest: test_should_create_post
---------------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_get_index
-------------------------------------------
------------------------------------------
-PostsControllerTest: test_should_get_edit
------------------------------------------
----------------------------------------
PostsControllerTest: test_should_get_new
----------------------------------------
--------------------------------------------
PostsControllerTest: test_should_create_post
--------------------------------------------
----------------------------------------------
-PostsControllerTest: test_should_destroy_post
----------------------------------------------
---------------------------------------------
-PostsControllerTest: test_should_update_post
---------------------------------------------
-----------------------------------------
PostsControllerTest: test_should_get_edit
-----------------------------------------
+---------------------------------------------
+PostsControllerTest: test_should_destroy_post
+---------------------------------------------
------------------------------------------
PostsControllerTest: test_should_get_index
------------------------------------------
------------------------------------------
PostsControllerTest: test_should_show_post
------------------------------------------
--------------------------------------------
-PostsControllerTest: test_should_create_post
---------------------------------------------
----------------------------------------------
-PostsControllerTest: test_should_destroy_post
----------------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_get_index
-------------------------------------------
---------------------------------------------
PostsControllerTest: test_should_update_post
--------------------------------------------
-----------------------------------------
-PostsControllerTest: test_should_get_new
-----------------------------------------
------------------------------------------
PostsControllerTest: test_should_show_post
------------------------------------------
------------------------------------------
-PostsControllerTest: test_should_get_edit
------------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_show_post
-------------------------------------------
--------------------------------------------
-PostsControllerTest: test_should_create_post
+PostsControllerTest: test_should_update_post
--------------------------------------------
------------------------------------------
-PostsControllerTest: test_should_get_edit
------------------------------------------
------------------------------------------
PostsControllerTest: test_should_get_index
------------------------------------------
-----------------------------------------
-PostsControllerTest: test_should_get_new
-----------------------------------------
---------------------------------------------
PostsControllerTest: test_should_destroy_post
---------------------------------------------
---------------------------------------------
-PostsControllerTest: test_should_update_post
---------------------------------------------
---------------------------------------------
-PostsControllerTest: test_should_update_post
---------------------------------------------
-----------------------------------------
PostsControllerTest: test_should_get_edit
-----------------------------------------
----------------------------------------
PostsControllerTest: test_should_get_new
----------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_get_index
-------------------------------------------
--------------------------------------------
PostsControllerTest: test_should_create_post
--------------------------------------------
----------------------------------------------
-PostsControllerTest: test_should_destroy_post
----------------------------------------------
------------------------------------------
PostsControllerTest: test_should_show_post
------------------------------------------
------------------------------------------
-PostsControllerTest: test_should_get_edit
------------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_show_post
-------------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_get_index
-------------------------------------------
+--------------------------------------------
+PostsControllerTest: test_should_update_post
+--------------------------------------------
----------------------------------------
PostsControllerTest: test_should_get_new
----------------------------------------
----------------------------------------------
-PostsControllerTest: test_should_destroy_post
----------------------------------------------
--------------------------------------------
PostsControllerTest: test_should_create_post
--------------------------------------------
---------------------------------------------
-PostsControllerTest: test_should_update_post
---------------------------------------------
---------------------------------------------
-PostsControllerTest: test_should_update_post
---------------------------------------------
---------------------------------------------
-PostsControllerTest: test_should_create_post
---------------------------------------------
------------------------------------------
-PostsControllerTest: test_should_get_edit
------------------------------------------
------------------------------------------
PostsControllerTest: test_should_get_index
------------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_show_post
-------------------------------------------
---------------------------------------------
PostsControllerTest: test_should_destroy_post
---------------------------------------------
-----------------------------------------
-PostsControllerTest: test_should_get_new
-----------------------------------------
-----------------------------------------
PostsControllerTest: test_should_get_edit
-----------------------------------------
-Started GET "/posts/1/edit" for 127.0.0.1 at 2016-12-12 12:18:34 +0900
-Processing by PostsController#edit as HTML
- Parameters: {"id"=>"1"}
- Rendering posts/edit.html.erb within layouts/application
- Rendered posts/_form.html.erb (21.8ms)
- Rendered posts/edit.html.erb within layouts/application (23.7ms)
-Completed 200 OK in 291ms (Views: 241.2ms)
---------------------------------------------
-PostsControllerTest: test_should_create_post
---------------------------------------------
-Started POST "/posts" for 127.0.0.1 at 2016-12-12 12:18:34 +0900
-Processing by PostsController#create as HTML
- Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}}
-Redirected to http://www.example.com/posts/3
-Completed 302 Found in 2ms
------------------------------------------
PostsControllerTest: test_should_get_index
------------------------------------------
-Started GET "/posts" for 127.0.0.1 at 2016-12-12 12:18:34 +0900
+Started GET "/posts" for 127.0.0.1 at 2016-12-20 16:33:44 +0900
Processing by PostsController#index as HTML
Rendering posts/index.html.erb within layouts/application
- Rendered posts/index.html.erb within layouts/application (2.7ms)
-Completed 200 OK in 6ms (Views: 4.7ms)
+ Rendered posts/index.html.erb within layouts/application (4.3ms)
+Completed 200 OK in 111ms (Views: 105.8ms)
----------------------------------------
PostsControllerTest: test_should_get_new
----------------------------------------
-Started GET "/posts/new" for 127.0.0.1 at 2016-12-12 12:18:34 +0900
+Started GET "/posts/new" for 127.0.0.1 at 2016-12-20 16:33:44 +0900
Processing by PostsController#new as HTML
Rendering posts/new.html.erb within layouts/application
- Rendered posts/_form.html.erb (1.6ms)
- Rendered posts/new.html.erb within layouts/application (2.4ms)
-Completed 200 OK in 5ms (Views: 4.4ms)
----------------------------------------------
-PostsControllerTest: test_should_destroy_post
----------------------------------------------
-Started DELETE "/posts/6" for 127.0.0.1 at 2016-12-12 12:18:34 +0900
-Processing by PostsController#destroy as HTML
- Parameters: {"id"=>"6"}
-Redirected to http://www.example.com/posts
-Completed 302 Found in 3ms
---------------------------------------------
-PostsControllerTest: test_should_update_post
---------------------------------------------
-Started PATCH "/posts/7" for 127.0.0.1 at 2016-12-12 12:18:34 +0900
-Processing by PostsController#update as HTML
- Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"7"}
-Redirected to http://www.example.com/posts/7
-Completed 302 Found in 4ms
+ Rendered posts/_form.html.erb (26.4ms)
+ Rendered posts/new.html.erb within layouts/application (29.3ms)
+Completed 200 OK in 35ms (Views: 33.5ms)
+-----------------------------------------
+PostsControllerTest: test_should_get_edit
+-----------------------------------------
+Started GET "/posts/1/edit" for 127.0.0.1 at 2016-12-20 16:33:44 +0900
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"1"}
+ Rendering posts/edit.html.erb within layouts/application
+ Rendered posts/_form.html.erb (1.4ms)
+ Rendered posts/edit.html.erb within layouts/application (2.2ms)
+Completed 200 OK in 67ms (Views: 3.9ms)
------------------------------------------
PostsControllerTest: test_should_show_post
------------------------------------------
-Started GET "/posts/8" for 127.0.0.1 at 2016-12-12 12:18:34 +0900
+Started GET "/posts/1" for 127.0.0.1 at 2016-12-20 16:33:44 +0900
Processing by PostsController#show as HTML
- Parameters: {"id"=>"8"}
+ Parameters: {"id"=>"1"}
Rendering posts/show.html.erb within layouts/application
- Rendered posts/show.html.erb within layouts/application (1.0ms)
-Completed 200 OK in 11ms (Views: 4.8ms)
-------------------------------------------
-PostsControllerTest: test_should_show_post
-------------------------------------------
-Started GET "/posts/9" for 127.0.0.1 at 2016-12-12 12:18:41 +0900
-Processing by PostsController#show as HTML
- Parameters: {"id"=>"9"}
- Rendering posts/show.html.erb within layouts/application
- Rendered posts/show.html.erb within layouts/application (3.0ms)
-Completed 200 OK in 125ms (Views: 116.4ms)
+ Rendered posts/show.html.erb within layouts/application (0.5ms)
+Completed 200 OK in 66ms (Views: 2.6ms)
--------------------------------------------
PostsControllerTest: test_should_create_post
--------------------------------------------
-Started POST "/posts" for 127.0.0.1 at 2016-12-12 12:18:41 +0900
+Started POST "/posts" for 127.0.0.1 at 2016-12-20 16:33:44 +0900
Processing by PostsController#create as HTML
Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}}
-Redirected to http://www.example.com/posts/11
-Completed 302 Found in 3ms
+Redirected to http://www.example.com/posts/2
+Completed 302 Found in 8ms
---------------------------------------------
PostsControllerTest: test_should_destroy_post
---------------------------------------------
-Started DELETE "/posts/12" for 127.0.0.1 at 2016-12-12 12:18:41 +0900
+Started DELETE "/posts/1" for 127.0.0.1 at 2016-12-20 16:33:44 +0900
Processing by PostsController#destroy as HTML
- Parameters: {"id"=>"12"}
+ Parameters: {"id"=>"1"}
Redirected to http://www.example.com/posts
-Completed 302 Found in 3ms
+Completed 302 Found in 76ms
--------------------------------------------
PostsControllerTest: test_should_update_post
--------------------------------------------
-Started PATCH "/posts/13" for 127.0.0.1 at 2016-12-12 12:18:41 +0900
+Started PATCH "/posts/1" for 127.0.0.1 at 2016-12-20 16:33:45 +0900
Processing by PostsController#update as HTML
- Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"13"}
-Redirected to http://www.example.com/posts/13
-Completed 302 Found in 3ms
-------------------------------------------
-PostsControllerTest: test_should_get_index
-------------------------------------------
-Started GET "/posts" for 127.0.0.1 at 2016-12-12 12:18:41 +0900
-Processing by PostsController#index as HTML
- Rendering posts/index.html.erb within layouts/application
- Rendered posts/index.html.erb within layouts/application (4.0ms)
-Completed 200 OK in 7ms (Views: 6.4ms)
+ Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"1"}
+Redirected to http://www.example.com/posts/1
+Completed 302 Found in 46ms
+--------------------------------------------
+PostsControllerTest: test_should_update_post
+--------------------------------------------
+Started PATCH "/posts/1" for 127.0.0.1 at 2016-12-20 16:33:51 +0900
+Processing by PostsController#update as HTML
+ Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"1"}
+Redirected to http://www.example.com/posts/1
+Completed 302 Found in 37ms
----------------------------------------
PostsControllerTest: test_should_get_new
----------------------------------------
-Started GET "/posts/new" for 127.0.0.1 at 2016-12-12 12:18:41 +0900
+Started GET "/posts/new" for 127.0.0.1 at 2016-12-20 16:33:51 +0900
Processing by PostsController#new as HTML
Rendering posts/new.html.erb within layouts/application
- Rendered posts/_form.html.erb (11.6ms)
- Rendered posts/new.html.erb within layouts/application (12.4ms)
-Completed 200 OK in 15ms (Views: 14.2ms)
------------------------------------------
-PostsControllerTest: test_should_get_edit
------------------------------------------
-Started GET "/posts/16/edit" for 127.0.0.1 at 2016-12-12 12:18:41 +0900
-Processing by PostsController#edit as HTML
- Parameters: {"id"=>"16"}
- Rendering posts/edit.html.erb within layouts/application
- Rendered posts/_form.html.erb (1.5ms)
- Rendered posts/edit.html.erb within layouts/application (2.6ms)
-Completed 200 OK in 7ms (Views: 4.9ms)
+ Rendered posts/_form.html.erb (23.8ms)
+ Rendered posts/new.html.erb within layouts/application (27.7ms)
+Completed 200 OK in 174ms (Views: 171.8ms)
------------------------------------------
PostsControllerTest: test_should_show_post
------------------------------------------
-Started GET "/posts/17" for 127.0.0.1 at 2016-12-12 12:20:23 +0900
+Started GET "/posts/1" for 127.0.0.1 at 2016-12-20 16:33:51 +0900
Processing by PostsController#show as HTML
- Parameters: {"id"=>"17"}
+ Parameters: {"id"=>"1"}
Rendering posts/show.html.erb within layouts/application
- Rendered posts/show.html.erb within layouts/application (3.2ms)
-Completed 200 OK in 201ms (Views: 190.2ms)
-------------------------------------------
-PostsControllerTest: test_should_get_index
-------------------------------------------
-Started GET "/posts" for 127.0.0.1 at 2016-12-12 12:20:23 +0900
-Processing by PostsController#index as HTML
- Rendering posts/index.html.erb within layouts/application
- Rendered posts/index.html.erb within layouts/application (5.3ms)
-Completed 200 OK in 9ms (Views: 8.1ms)
-----------------------------------------
-PostsControllerTest: test_should_get_new
-----------------------------------------
-Started GET "/posts/new" for 127.0.0.1 at 2016-12-12 12:20:23 +0900
-Processing by PostsController#new as HTML
- Rendering posts/new.html.erb within layouts/application
- Rendered posts/_form.html.erb (17.2ms)
- Rendered posts/new.html.erb within layouts/application (18.1ms)
-Completed 200 OK in 21ms (Views: 20.3ms)
+ Rendered posts/show.html.erb within layouts/application (0.5ms)
+Completed 200 OK in 60ms (Views: 2.1ms)
--------------------------------------------
PostsControllerTest: test_should_create_post
--------------------------------------------
-Started POST "/posts" for 127.0.0.1 at 2016-12-12 12:20:23 +0900
+Started POST "/posts" for 127.0.0.1 at 2016-12-20 16:33:51 +0900
Processing by PostsController#create as HTML
Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}}
-Redirected to http://www.example.com/posts/21
-Completed 302 Found in 2ms
+Redirected to http://www.example.com/posts/2
+Completed 302 Found in 5ms
-----------------------------------------
PostsControllerTest: test_should_get_edit
-----------------------------------------
-Started GET "/posts/22/edit" for 127.0.0.1 at 2016-12-12 12:20:23 +0900
+Started GET "/posts/1/edit" for 127.0.0.1 at 2016-12-20 16:33:51 +0900
Processing by PostsController#edit as HTML
- Parameters: {"id"=>"22"}
+ Parameters: {"id"=>"1"}
Rendering posts/edit.html.erb within layouts/application
- Rendered posts/_form.html.erb (6.8ms)
- Rendered posts/edit.html.erb within layouts/application (8.2ms)
-Completed 200 OK in 17ms (Views: 13.2ms)
+ Rendered posts/_form.html.erb (1.3ms)
+ Rendered posts/edit.html.erb within layouts/application (1.9ms)
+Completed 200 OK in 63ms (Views: 3.5ms)
+------------------------------------------
+PostsControllerTest: test_should_get_index
+------------------------------------------
+Started GET "/posts" for 127.0.0.1 at 2016-12-20 16:33:52 +0900
+Processing by PostsController#index as HTML
+ Rendering posts/index.html.erb within layouts/application
+ Rendered posts/index.html.erb within layouts/application (5.8ms)
+Completed 200 OK in 14ms (Views: 11.4ms)
---------------------------------------------
PostsControllerTest: test_should_destroy_post
---------------------------------------------
-Started DELETE "/posts/23" for 127.0.0.1 at 2016-12-12 12:20:23 +0900
+Started DELETE "/posts/1" for 127.0.0.1 at 2016-12-20 16:33:52 +0900
Processing by PostsController#destroy as HTML
- Parameters: {"id"=>"23"}
+ Parameters: {"id"=>"1"}
Redirected to http://www.example.com/posts
-Completed 302 Found in 7ms
+Completed 302 Found in 58ms
+-----------------------------------------
+PostsControllerTest: test_should_get_edit
+-----------------------------------------
+----------------------------------------
+PostsControllerTest: test_should_get_new
+----------------------------------------
--------------------------------------------
PostsControllerTest: test_should_update_post
--------------------------------------------
-Started PATCH "/posts/24" for 127.0.0.1 at 2016-12-12 12:20:23 +0900
-Processing by PostsController#update as HTML
- Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"24"}
-Redirected to http://www.example.com/posts/24
-Completed 302 Found in 6ms
+--------------------------------------------
+PostsControllerTest: test_should_create_post
+--------------------------------------------
+---------------------------------------------
+PostsControllerTest: test_should_destroy_post
+---------------------------------------------
------------------------------------------
-PostsControllerTest: test_should_show_post
-------------------------------------------
-Started GET "/posts/25" for 127.0.0.1 at 2016-12-12 12:20:46 +0900
-Processing by PostsController#show as HTML
- Parameters: {"id"=>"25"}
- Rendering posts/show.html.erb within layouts/application
- Rendered posts/show.html.erb within layouts/application (3.5ms)
-Completed 200 OK in 126ms (Views: 117.1ms)
-------------------------------------------
-PostsControllerTest: test_should_show_post
-------------------------------------------
-Started GET "/posts/26" for 127.0.0.1 at 2016-12-12 12:21:04 +0900
-Processing by PostsController#show as HTML
- Parameters: {"id"=>"26"}
- Rendering posts/show.html.erb within layouts/application
- Rendered posts/show.html.erb within layouts/application (3.3ms)
-Completed 200 OK in 126ms (Views: 117.9ms)
-------------------------------------------
-PostsControllerTest: test_should_show_post
-------------------------------------------
-Started GET "/posts/27" for 127.0.0.1 at 2016-12-12 12:21:56 +0900
-Processing by PostsController#show as HTML
- Parameters: {"id"=>"27"}
- Rendering posts/show.html.erb within layouts/application
- Rendered posts/show.html.erb within layouts/application (3.1ms)
-Completed 200 OK in 184ms (Views: 175.5ms)
-------------------------------------------
-PostsControllerTest: test_should_show_post
-------------------------------------------
-Started GET "/posts/28" for 127.0.0.1 at 2016-12-12 12:22:14 +0900
-Processing by PostsController#show as HTML
- Parameters: {"id"=>"28"}
- Rendering posts/show.html.erb within layouts/application
- Rendered posts/show.html.erb within layouts/application (3.6ms)
-Completed 200 OK in 133ms (Views: 121.1ms)
-------------------------------------------
PostsControllerTest: test_should_get_index
------------------------------------------
-Started GET "/posts" for 127.0.0.1 at 2016-12-12 12:22:24 +0900
-Processing by PostsController#index as HTML
- Rendering posts/index.html.erb within layouts/application
- Rendered posts/index.html.erb within layouts/application (9.1ms)
-Completed 200 OK in 200ms (Views: 192.7ms)
---------------------------------------------
-PostsControllerTest: test_should_update_post
---------------------------------------------
-Started PATCH "/posts/30" for 127.0.0.1 at 2016-12-12 12:22:24 +0900
-Processing by PostsController#update as HTML
- Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"30"}
-Redirected to http://www.example.com/posts/30
-Completed 302 Found in 4ms
------------------------------------------
PostsControllerTest: test_should_show_post
------------------------------------------
-Started GET "/posts/31" for 127.0.0.1 at 2016-12-12 12:22:24 +0900
-Processing by PostsController#show as HTML
- Parameters: {"id"=>"31"}
- Rendering posts/show.html.erb within layouts/application
- Rendered posts/show.html.erb within layouts/application (0.6ms)
-Completed 200 OK in 5ms (Views: 2.9ms)
-----------------------------------------
PostsControllerTest: test_should_get_edit
-----------------------------------------
-Started GET "/posts/32/edit" for 127.0.0.1 at 2016-12-12 12:22:24 +0900
-Processing by PostsController#edit as HTML
- Parameters: {"id"=>"32"}
- Rendering posts/edit.html.erb within layouts/application
- Rendered posts/_form.html.erb (14.5ms)
- Rendered posts/edit.html.erb within layouts/application (15.6ms)
-Completed 200 OK in 20ms (Views: 17.9ms)
----------------------------------------
PostsControllerTest: test_should_get_new
----------------------------------------
-Started GET "/posts/new" for 127.0.0.1 at 2016-12-12 12:22:24 +0900
-Processing by PostsController#new as HTML
- Rendering posts/new.html.erb within layouts/application
- Rendered posts/_form.html.erb (3.1ms)
- Rendered posts/new.html.erb within layouts/application (3.9ms)
-Completed 200 OK in 8ms (Views: 7.2ms)
+------------------------------------------
+PostsControllerTest: test_should_get_index
+------------------------------------------
--------------------------------------------
-PostsControllerTest: test_should_create_post
+PostsControllerTest: test_should_update_post
--------------------------------------------
-Started POST "/posts" for 127.0.0.1 at 2016-12-12 12:22:24 +0900
-Processing by PostsController#create as HTML
- Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}}
-Redirected to http://www.example.com/posts/35
-Completed 302 Found in 4ms
---------------------------------------------
PostsControllerTest: test_should_destroy_post
---------------------------------------------
-Started DELETE "/posts/36" for 127.0.0.1 at 2016-12-12 12:22:25 +0900
-Processing by PostsController#destroy as HTML
- Parameters: {"id"=>"36"}
-Redirected to http://www.example.com/posts
-Completed 302 Found in 4ms
----------------------------------------------
-PostsControllerTest: test_should_destroy_post
----------------------------------------------
+--------------------------------------------
+PostsControllerTest: test_should_create_post
+--------------------------------------------
+------------------------------------------
+PostsControllerTest: test_should_show_post
+------------------------------------------
+------------------------------------------
+PostsControllerTest: test_should_get_index
+------------------------------------------
----------------------------------------
PostsControllerTest: test_should_get_new
----------------------------------------
+---------------------------------------------
+PostsControllerTest: test_should_destroy_post
+---------------------------------------------
-----------------------------------------
PostsControllerTest: test_should_get_edit
-----------------------------------------
--------------------------------------------
PostsControllerTest: test_should_update_post
--------------------------------------------
+--------------------------------------------
+PostsControllerTest: test_should_create_post
+--------------------------------------------
------------------------------------------
-PostsControllerTest: test_should_get_index
-------------------------------------------
-------------------------------------------
PostsControllerTest: test_should_show_post
------------------------------------------
--------------------------------------------
PostsControllerTest: test_should_create_post
--------------------------------------------
@@ -1622,203 +1422,158 @@
PostsControllerTest: test_should_get_edit
-----------------------------------------
--------------------------------------------
PostsControllerTest: test_should_update_post
--------------------------------------------
---------------------------------------------
-PostsControllerTest: test_should_create_post
---------------------------------------------
-----------------------------------------
-PostsControllerTest: test_should_get_new
-----------------------------------------
------------------------------------------
PostsControllerTest: test_should_show_post
------------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_get_index
-------------------------------------------
---------------------------------------------
PostsControllerTest: test_should_destroy_post
---------------------------------------------
----------------------------------------------
-PostsControllerTest: test_should_destroy_post
----------------------------------------------
------------------------------------------
-PostsControllerTest: test_should_show_post
-------------------------------------------
------------------------------------------
-PostsControllerTest: test_should_get_edit
------------------------------------------
-------------------------------------------
PostsControllerTest: test_should_get_index
------------------------------------------
----------------------------------------
PostsControllerTest: test_should_get_new
----------------------------------------
--------------------------------------------
-PostsControllerTest: test_should_update_post
---------------------------------------------
---------------------------------------------
PostsControllerTest: test_should_create_post
--------------------------------------------
---------------------------------------------
-PostsControllerTest: test_should_create_post
---------------------------------------------
------------------------------------------
-PostsControllerTest: test_should_show_post
+PostsControllerTest: test_should_get_index
------------------------------------------
----------------------------------------
PostsControllerTest: test_should_get_new
----------------------------------------
----------------------------------------------
-PostsControllerTest: test_should_destroy_post
----------------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_get_index
-------------------------------------------
--------------------------------------------
PostsControllerTest: test_should_update_post
--------------------------------------------
-----------------------------------------
PostsControllerTest: test_should_get_edit
-----------------------------------------
+---------------------------------------------
+PostsControllerTest: test_should_destroy_post
+---------------------------------------------
------------------------------------------
PostsControllerTest: test_should_show_post
------------------------------------------
-Started GET "/posts/15" for 127.0.0.1 at 2016-12-19 12:17:24 +0900
-Processing by PostsController#show as HTML
- Parameters: {"id"=>"15"}
- Rendering posts/show.html.erb within layouts/application
- Rendered posts/show.html.erb within layouts/application (14.4ms)
-Completed 200 OK in 340ms (Views: 322.9ms)
------------------------------------------
PostsControllerTest: test_should_get_index
------------------------------------------
-Started GET "/posts" for 127.0.0.1 at 2016-12-19 12:17:24 +0900
+Started GET "/posts" for 127.0.0.1 at 2016-12-20 16:44:29 +0900
Processing by PostsController#index as HTML
Rendering posts/index.html.erb within layouts/application
- Rendered posts/index.html.erb within layouts/application (4.5ms)
-Completed 200 OK in 25ms (Views: 9.3ms)
-----------------------------------------
-PostsControllerTest: test_should_get_new
-----------------------------------------
-Started GET "/posts/new" for 127.0.0.1 at 2016-12-19 12:17:24 +0900
-Processing by PostsController#new as HTML
- Rendering posts/new.html.erb within layouts/application
- Rendered posts/_form.html.erb (64.1ms)
- Rendered posts/new.html.erb within layouts/application (65.5ms)
-Completed 200 OK in 77ms (Views: 76.0ms)
----------------------------------------------
-PostsControllerTest: test_should_destroy_post
----------------------------------------------
-Started DELETE "/posts/18" for 127.0.0.1 at 2016-12-19 12:17:25 +0900
-Processing by PostsController#destroy as HTML
- Parameters: {"id"=>"18"}
-Redirected to http://www.example.com/posts
-Completed 302 Found in 5ms
+ Rendered posts/index.html.erb within layouts/application (4.4ms)
+Completed 200 OK in 114ms (Views: 107.6ms)
+------------------------------------------
+PostsControllerTest: test_should_show_post
+------------------------------------------
+Started GET "/posts/1" for 127.0.0.1 at 2016-12-20 16:44:29 +0900
+Processing by PostsController#show as HTML
+ Parameters: {"id"=>"1"}
+ Rendering posts/show.html.erb within layouts/application
+ Rendered posts/show.html.erb within layouts/application (0.5ms)
+Completed 200 OK in 36ms (Views: 2.4ms)
-----------------------------------------
PostsControllerTest: test_should_get_edit
-----------------------------------------
-Started GET "/posts/19/edit" for 127.0.0.1 at 2016-12-19 12:17:25 +0900
+Started GET "/posts/1/edit" for 127.0.0.1 at 2016-12-20 16:44:30 +0900
Processing by PostsController#edit as HTML
- Parameters: {"id"=>"19"}
+ Parameters: {"id"=>"1"}
Rendering posts/edit.html.erb within layouts/application
- Rendered posts/_form.html.erb (3.2ms)
- Rendered posts/edit.html.erb within layouts/application (4.1ms)
-Completed 200 OK in 12ms (Views: 7.9ms)
+ Rendered posts/_form.html.erb (9.3ms)
+ Rendered posts/edit.html.erb within layouts/application (10.1ms)
+Completed 200 OK in 66ms (Views: 11.9ms)
--------------------------------------------
PostsControllerTest: test_should_create_post
--------------------------------------------
-Started POST "/posts" for 127.0.0.1 at 2016-12-19 12:17:25 +0900
+Started POST "/posts" for 127.0.0.1 at 2016-12-20 16:44:30 +0900
Processing by PostsController#create as HTML
Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}}
-Redirected to http://www.example.com/posts/21
-Completed 302 Found in 3ms
---------------------------------------------
-PostsControllerTest: test_should_update_post
---------------------------------------------
-Started PATCH "/posts/22" for 127.0.0.1 at 2016-12-19 12:17:25 +0900
-Processing by PostsController#update as HTML
- Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"22"}
-Redirected to http://www.example.com/posts/22
-Completed 302 Found in 3ms
------------------------------------------
-PostsControllerTest: test_should_get_edit
------------------------------------------
----------------------------------------------
-PostsControllerTest: test_should_destroy_post
----------------------------------------------
+Redirected to http://www.example.com/posts/2
+Completed 302 Found in 6ms
----------------------------------------
PostsControllerTest: test_should_get_new
----------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_show_post
-------------------------------------------
+Started GET "/posts/new" for 127.0.0.1 at 2016-12-20 16:44:30 +0900
+Processing by PostsController#new as HTML
+ Rendering posts/new.html.erb within layouts/application
+ Rendered posts/_form.html.erb (4.5ms)
+ Rendered posts/new.html.erb within layouts/application (6.7ms)
+Completed 200 OK in 15ms (Views: 13.0ms)
--------------------------------------------
PostsControllerTest: test_should_update_post
--------------------------------------------
---------------------------------------------
-PostsControllerTest: test_should_create_post
---------------------------------------------
-------------------------------------------
-PostsControllerTest: test_should_get_index
-------------------------------------------
+Started PATCH "/posts/1" for 127.0.0.1 at 2016-12-20 16:44:30 +0900
+Processing by PostsController#update as HTML
+ Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"1"}
+Redirected to http://www.example.com/posts/1
+Completed 302 Found in 65ms
---------------------------------------------
PostsControllerTest: test_should_destroy_post
---------------------------------------------
-Started DELETE "/posts/24" for 127.0.0.1 at 2016-12-19 17:10:11 +0900
+Started DELETE "/posts/1" for 127.0.0.1 at 2016-12-20 16:44:30 +0900
Processing by PostsController#destroy as HTML
- Parameters: {"id"=>"24"}
+ Parameters: {"id"=>"1"}
Redirected to http://www.example.com/posts
-Completed 302 Found in 19ms
------------------------------------------
-PostsControllerTest: test_should_get_edit
------------------------------------------
-Started GET "/posts/25/edit" for 127.0.0.1 at 2016-12-19 17:10:11 +0900
-Processing by PostsController#edit as HTML
- Parameters: {"id"=>"25"}
- Rendering posts/edit.html.erb within layouts/application
- Rendered posts/_form.html.erb (18.1ms)
- Rendered posts/edit.html.erb within layouts/application (20.1ms)
-Completed 200 OK in 173ms (Views: 169.9ms)
+Completed 302 Found in 65ms
------------------------------------------
PostsControllerTest: test_should_show_post
------------------------------------------
-Started GET "/posts/26" for 127.0.0.1 at 2016-12-19 17:10:11 +0900
+Started GET "/posts/1" for 127.0.0.1 at 2016-12-20 16:44:34 +0900
Processing by PostsController#show as HTML
- Parameters: {"id"=>"26"}
+ Parameters: {"id"=>"1"}
Rendering posts/show.html.erb within layouts/application
- Rendered posts/show.html.erb within layouts/application (0.9ms)
-Completed 200 OK in 7ms (Views: 3.7ms)
+ Rendered posts/show.html.erb within layouts/application (2.5ms)
+Completed 200 OK in 137ms (Views: 103.5ms)
+------------------------------------------
+PostsControllerTest: test_should_get_index
+------------------------------------------
+Started GET "/posts" for 127.0.0.1 at 2016-12-20 16:44:35 +0900
+Processing by PostsController#index as HTML
+ Rendering posts/index.html.erb within layouts/application
+ Rendered posts/index.html.erb within layouts/application (4.6ms)
+Completed 200 OK in 9ms (Views: 8.1ms)
----------------------------------------
PostsControllerTest: test_should_get_new
----------------------------------------
-Started GET "/posts/new" for 127.0.0.1 at 2016-12-19 17:10:11 +0900
+Started GET "/posts/new" for 127.0.0.1 at 2016-12-20 16:44:35 +0900
Processing by PostsController#new as HTML
Rendering posts/new.html.erb within layouts/application
- Rendered posts/_form.html.erb (2.3ms)
- Rendered posts/new.html.erb within layouts/application (3.4ms)
-Completed 200 OK in 7ms (Views: 6.2ms)
+ Rendered posts/_form.html.erb (26.4ms)
+ Rendered posts/new.html.erb within layouts/application (28.7ms)
+Completed 200 OK in 34ms (Views: 32.9ms)
--------------------------------------------
+PostsControllerTest: test_should_update_post
+--------------------------------------------
+Started PATCH "/posts/1" for 127.0.0.1 at 2016-12-20 16:44:35 +0900
+Processing by PostsController#update as HTML
+ Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"1"}
+Redirected to http://www.example.com/posts/1
+Completed 302 Found in 64ms
+--------------------------------------------
PostsControllerTest: test_should_create_post
--------------------------------------------
-Started POST "/posts" for 127.0.0.1 at 2016-12-19 17:10:11 +0900
+Started POST "/posts" for 127.0.0.1 at 2016-12-20 16:44:35 +0900
Processing by PostsController#create as HTML
Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}}
-Redirected to http://www.example.com/posts/29
-Completed 302 Found in 4ms
-------------------------------------------
-PostsControllerTest: test_should_get_index
-------------------------------------------
-Started GET "/posts" for 127.0.0.1 at 2016-12-19 17:10:11 +0900
-Processing by PostsController#index as HTML
- Rendering posts/index.html.erb within layouts/application
- Rendered posts/index.html.erb within layouts/application (4.5ms)
-Completed 200 OK in 10ms (Views: 8.5ms)
---------------------------------------------
-PostsControllerTest: test_should_update_post
---------------------------------------------
-Started PATCH "/posts/31" for 127.0.0.1 at 2016-12-19 17:10:11 +0900
-Processing by PostsController#update as HTML
- Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"31"}
-Redirected to http://www.example.com/posts/31
-Completed 302 Found in 8ms
+Redirected to http://www.example.com/posts/2
+Completed 302 Found in 6ms
+---------------------------------------------
+PostsControllerTest: test_should_destroy_post
+---------------------------------------------
+Started DELETE "/posts/1" for 127.0.0.1 at 2016-12-20 16:44:35 +0900
+Processing by PostsController#destroy as HTML
+ Parameters: {"id"=>"1"}
+Redirected to http://www.example.com/posts
+Completed 302 Found in 55ms
+-----------------------------------------
+PostsControllerTest: test_should_get_edit
+-----------------------------------------
+Started GET "/posts/1/edit" for 127.0.0.1 at 2016-12-20 16:44:36 +0900
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"1"}
+ Rendering posts/edit.html.erb within layouts/application
+ Rendered posts/_form.html.erb (2.1ms)
+ Rendered posts/edit.html.erb within layouts/application (3.3ms)
+Completed 200 OK in 71ms (Views: 5.8ms)