(0.3ms) begin transaction -------------------------------------------- IncludeTagTest: test_should_show_include_tag -------------------------------------------- Started GET "/" for 127.0.0.1 at 2013-08-18 20:42:12 -0300 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (1.9ms) Completed 200 OK in 44ms (Views: 43.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.1ms) begin transaction -------------------------------------------- IncludeTagTest: test_should_show_include_tag -------------------------------------------- Started GET "/" for 127.0.0.1 at 2013-08-18 20:52:43 -0300 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (1.1ms) Completed 200 OK in 86ms (Views: 85.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')  (0.1ms) begin transaction -------------------------------------------- IncludeTagTest: test_should_show_include_tag -------------------------------------------- Started GET "/" for 127.0.0.1 at 2013-10-21 08:58:45 -0200 Processing by PagesController#index as HTML Rendered pages/index.html.erb within layouts/application (21.1ms) Completed 200 OK in 66ms (Views: 65.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction