------------------------------------------ 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_update_post -------------------------------------------- ------------------------------------------ PostsControllerTest: test_should_show_post ------------------------------------------ --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- -------------------------------------------- PostsControllerTest: test_should_update_post -------------------------------------------- --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- ------------------------------------------ PostsControllerTest: test_should_show_post ------------------------------------------ ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- -------------------------------------------- PostsControllerTest: test_should_create_post -------------------------------------------- ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- ------------------------------------------ PostsControllerTest: test_should_get_index ------------------------------------------ -------------------------------------------- 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 ------------------------------------------ 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 ----------------------------------------- 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_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-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 (2.0ms) Completed 200 OK in 108ms (Views: 106.9ms) ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- 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-06 17:00:07 +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.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 -------------------------------------------- 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 --------------------------------------------- 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-06 17:00:15 +0900 Processing by PostsController#new as HTML Rendering posts/new.html.erb within layouts/application 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-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.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 --------------------------------------------- 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-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 (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 -------------------------------------------- -------------------------------------------- PostsControllerTest: test_should_update_post -------------------------------------------- ------------------------------------------ PostsControllerTest: test_should_get_index ------------------------------------------ ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- 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"=>"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-06 17:00:49 +0900 Processing by PostsController#new as HTML Rendering posts/new.html.erb within layouts/application 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-06 17:00:49 +0900 Processing by PostsController#create as HTML Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}} 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-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 (6.6ms) Completed 200 OK in 11ms (Views: 9.1ms) ------------------------------------------ PostsControllerTest: test_should_show_post ------------------------------------------ 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"=>"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_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 ---------------------------------------- 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_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_show_post ------------------------------------------ ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- -------------------------------------------- PostsControllerTest: test_should_create_post -------------------------------------------- ------------------------------------------ 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_update_post -------------------------------------------- ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- ------------------------------------------ PostsControllerTest: test_should_get_index ------------------------------------------ --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- ---------------------------------------- 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_show_post ------------------------------------------ -------------------------------------------- PostsControllerTest: test_should_create_post -------------------------------------------- -------------------------------------------- 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_get_index ------------------------------------------ ------------------------------------------ PostsControllerTest: test_should_show_post ------------------------------------------ --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- -------------------------------------------- PostsControllerTest: test_should_update_post -------------------------------------------- -------------------------------------------- PostsControllerTest: test_should_create_post -------------------------------------------- ------------------------------------------ PostsControllerTest: test_should_get_index ------------------------------------------ --------------------------------------------- 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_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_destroy_post --------------------------------------------- ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- -------------------------------------------- PostsControllerTest: test_should_create_post -------------------------------------------- ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- -------------------------------------------- PostsControllerTest: test_should_update_post -------------------------------------------- ------------------------------------------ PostsControllerTest: test_should_get_index ------------------------------------------ ------------------------------------------ PostsControllerTest: test_should_show_post ------------------------------------------ ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- 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"=>"1"} Rendering posts/edit.html.erb within layouts/application 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/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"=>"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-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 (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 ---------------------------------------- ------------------------------------------ PostsControllerTest: test_should_show_post ------------------------------------------ ------------------------------------------ PostsControllerTest: test_should_show_post ------------------------------------------ ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- ------------------------------------------ PostsControllerTest: test_should_get_index ------------------------------------------ -------------------------------------------- PostsControllerTest: test_should_create_post -------------------------------------------- ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- -------------------------------------------- PostsControllerTest: test_should_update_post -------------------------------------------- -------------------------------------------- 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"=>"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-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 (7.6ms) Completed 200 OK in 135ms (Views: 132.2ms) ------------------------------------------ PostsControllerTest: test_should_show_post ------------------------------------------ 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"=>"1"} Rendering posts/show.html.erb within layouts/application 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-20 16:05:20 +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 4ms ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- -------------------------------------------- PostsControllerTest: test_should_update_post -------------------------------------------- --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- -------------------------------------------- PostsControllerTest: test_should_create_post -------------------------------------------- ------------------------------------------ PostsControllerTest: test_should_get_index ------------------------------------------ ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- ------------------------------------------ PostsControllerTest: test_should_show_post ------------------------------------------ -------------------------------------------- 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"=>"1"} Rendering posts/show.html.erb within layouts/application 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-20 16:06:10 +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 2ms ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- 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"=>"1"} Rendering posts/edit.html.erb within layouts/application 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 --------------------------------------------- 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_get_index ------------------------------------------ ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- 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 ----------------------------------------- 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_create_post -------------------------------------------- --------------------------------------------- PostsControllerTest: test_should_destroy_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 ------------------------------------------ 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 ------------------------------------------ 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 ----------------------------------------- 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_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 -------------------------------------------- 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_get_index ------------------------------------------ ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- -------------------------------------------- PostsControllerTest: test_should_create_post -------------------------------------------- ------------------------------------------ PostsControllerTest: test_should_show_post ------------------------------------------ --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- -------------------------------------------- PostsControllerTest: test_should_update_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_create_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 ------------------------------------------ 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 ------------------------------------------ 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_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 --------------------------------------------- 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_get_index ------------------------------------------ ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- -------------------------------------------- PostsControllerTest: test_should_create_post -------------------------------------------- ------------------------------------------ PostsControllerTest: test_should_show_post ------------------------------------------ -------------------------------------------- PostsControllerTest: test_should_update_post -------------------------------------------- -------------------------------------------- PostsControllerTest: test_should_create_post -------------------------------------------- ------------------------------------------ PostsControllerTest: test_should_show_post ------------------------------------------ --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- -------------------------------------------- PostsControllerTest: test_should_update_post -------------------------------------------- ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- ------------------------------------------ PostsControllerTest: test_should_get_index ------------------------------------------ ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- ------------------------------------------ PostsControllerTest: test_should_get_index ------------------------------------------ --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- ------------------------------------------ PostsControllerTest: test_should_show_post ------------------------------------------ -------------------------------------------- PostsControllerTest: test_should_update_post -------------------------------------------- -------------------------------------------- PostsControllerTest: test_should_create_post -------------------------------------------- ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- -------------------------------------------- PostsControllerTest: test_should_create_post -------------------------------------------- ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- ------------------------------------------ PostsControllerTest: test_should_get_index ------------------------------------------ ------------------------------------------ PostsControllerTest: test_should_show_post ------------------------------------------ -------------------------------------------- PostsControllerTest: test_should_update_post -------------------------------------------- ------------------------------------------ PostsControllerTest: test_should_show_post ------------------------------------------ -------------------------------------------- PostsControllerTest: test_should_update_post -------------------------------------------- ------------------------------------------ PostsControllerTest: test_should_get_index ------------------------------------------ --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- -------------------------------------------- PostsControllerTest: test_should_create_post -------------------------------------------- ------------------------------------------ PostsControllerTest: test_should_show_post ------------------------------------------ -------------------------------------------- PostsControllerTest: test_should_update_post -------------------------------------------- ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- -------------------------------------------- PostsControllerTest: test_should_create_post -------------------------------------------- ------------------------------------------ PostsControllerTest: test_should_get_index ------------------------------------------ --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- ------------------------------------------ PostsControllerTest: test_should_get_index ------------------------------------------ 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 (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-20 16:33:44 +0900 Processing by PostsController#new as HTML Rendering posts/new.html.erb within layouts/application 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/1" for 127.0.0.1 at 2016-12-20 16:33:44 +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 66ms (Views: 2.6ms) -------------------------------------------- PostsControllerTest: test_should_create_post -------------------------------------------- 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/2 Completed 302 Found in 8ms --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- 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"=>"1"} Redirected to http://www.example.com/posts Completed 302 Found in 76ms -------------------------------------------- PostsControllerTest: test_should_update_post -------------------------------------------- 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"=>"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-20 16:33:51 +0900 Processing by PostsController#new as HTML Rendering posts/new.html.erb within layouts/application 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/1" for 127.0.0.1 at 2016-12-20 16:33:51 +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 60ms (Views: 2.1ms) -------------------------------------------- PostsControllerTest: test_should_create_post -------------------------------------------- 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/2 Completed 302 Found in 5ms ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- 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"=>"1"} Rendering posts/edit.html.erb within layouts/application 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/1" for 127.0.0.1 at 2016-12-20 16:33:52 +0900 Processing by PostsController#destroy as HTML Parameters: {"id"=>"1"} Redirected to http://www.example.com/posts Completed 302 Found in 58ms ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- -------------------------------------------- PostsControllerTest: test_should_update_post -------------------------------------------- -------------------------------------------- PostsControllerTest: test_should_create_post -------------------------------------------- --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- ------------------------------------------ PostsControllerTest: test_should_get_index ------------------------------------------ ------------------------------------------ PostsControllerTest: test_should_show_post ------------------------------------------ ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- ------------------------------------------ PostsControllerTest: test_should_get_index ------------------------------------------ -------------------------------------------- PostsControllerTest: test_should_update_post -------------------------------------------- --------------------------------------------- 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_show_post ------------------------------------------ -------------------------------------------- PostsControllerTest: test_should_create_post -------------------------------------------- ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- -------------------------------------------- PostsControllerTest: test_should_update_post -------------------------------------------- ------------------------------------------ PostsControllerTest: test_should_show_post ------------------------------------------ --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- ------------------------------------------ PostsControllerTest: test_should_get_index ------------------------------------------ ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- -------------------------------------------- PostsControllerTest: test_should_create_post -------------------------------------------- ------------------------------------------ PostsControllerTest: test_should_get_index ------------------------------------------ ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- -------------------------------------------- PostsControllerTest: test_should_update_post -------------------------------------------- ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- ------------------------------------------ PostsControllerTest: test_should_show_post ------------------------------------------ ------------------------------------------ PostsControllerTest: test_should_get_index ------------------------------------------ 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.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/1/edit" for 127.0.0.1 at 2016-12-20 16:44:30 +0900 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Rendering posts/edit.html.erb within layouts/application 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-20 16:44:30 +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_new ---------------------------------------- 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 -------------------------------------------- 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/1" for 127.0.0.1 at 2016-12-20 16:44:30 +0900 Processing by PostsController#destroy as HTML Parameters: {"id"=>"1"} Redirected to http://www.example.com/posts Completed 302 Found in 65ms ------------------------------------------ PostsControllerTest: test_should_show_post ------------------------------------------ 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"=>"1"} Rendering posts/show.html.erb within layouts/application 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-20 16:44:35 +0900 Processing by PostsController#new as HTML Rendering posts/new.html.erb within layouts/application 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-20 16:44:35 +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_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) ------------------------------------------ PostsControllerTest: test_should_get_index ------------------------------------------ ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- -------------------------------------------- PostsControllerTest: test_should_update_post -------------------------------------------- -------------------------------------------- PostsControllerTest: test_should_create_post -------------------------------------------- ------------------------------------------ PostsControllerTest: test_should_show_post ------------------------------------------ --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- -------------------------------------------- PostsControllerTest: test_should_create_post -------------------------------------------- ------------------------------------------ PostsControllerTest: test_should_show_post ------------------------------------------ --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- -------------------------------------------- PostsControllerTest: test_should_update_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_index ------------------------------------------ ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- -------------------------------------------- PostsControllerTest: test_should_update_post -------------------------------------------- ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- ------------------------------------------ PostsControllerTest: test_should_get_index ------------------------------------------ -------------------------------------------- PostsControllerTest: test_should_create_post -------------------------------------------- ------------------------------------------ PostsControllerTest: test_should_show_post ------------------------------------------ --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- -------------------------------------------- PostsControllerTest: test_should_update_post -------------------------------------------- ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- -------------------------------------------- PostsControllerTest: test_should_create_post -------------------------------------------- ------------------------------------------ PostsControllerTest: test_should_get_index ------------------------------------------ ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- ------------------------------------------ PostsControllerTest: test_should_show_post ------------------------------------------ -------------------------------------------- PostsControllerTest: test_should_update_post -------------------------------------------- -------------------------------------------- PostsControllerTest: test_should_create_post -------------------------------------------- Started POST "/posts" for 127.0.0.1 at 2016-12-20 17:28:34 +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 10ms ------------------------------------------ PostsControllerTest: test_should_get_index ------------------------------------------ Started GET "/posts" for 127.0.0.1 at 2016-12-20 17:28:34 +0900 Processing by PostsController#index as HTML Rendering posts/index.html.erb within layouts/application Rendered posts/index.html.erb within layouts/application (7.5ms) Completed 200 OK in 167ms (Views: 164.9ms) ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- Started GET "/posts/1/edit" for 127.0.0.1 at 2016-12-20 17:28:35 +0900 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Rendering posts/edit.html.erb within layouts/application Rendered posts/_form.html.erb (8.1ms) Rendered posts/edit.html.erb within layouts/application (8.8ms) Completed 200 OK in 44ms (Views: 10.3ms) ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- Started GET "/posts/new" for 127.0.0.1 at 2016-12-20 17:28:35 +0900 Processing by PostsController#new as HTML Rendering posts/new.html.erb within layouts/application Rendered posts/_form.html.erb (4.2ms) Rendered posts/new.html.erb within layouts/application (6.3ms) Completed 200 OK in 13ms (Views: 11.7ms) ------------------------------------------ PostsControllerTest: test_should_show_post ------------------------------------------ Started GET "/posts/1" for 127.0.0.1 at 2016-12-20 17:28:35 +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 59ms (Views: 2.1ms) --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- Started DELETE "/posts/1" for 127.0.0.1 at 2016-12-20 17:28:35 +0900 Processing by PostsController#destroy as HTML Parameters: {"id"=>"1"} Redirected to http://www.example.com/posts Completed 302 Found in 58ms -------------------------------------------- PostsControllerTest: test_should_update_post -------------------------------------------- Started PATCH "/posts/1" for 127.0.0.1 at 2016-12-20 17:28: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 59ms