1096 lines
81 KiB
Plaintext
1096 lines
81 KiB
Plaintext
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
[1m[36mFixture Delete (0.3ms)[0m [1m[31mDELETE FROM "completed_tours"[0m
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
||
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
||
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
||
[1m[35m (1.1ms)[0m [1m[35mCREATE TABLE "abraham_histories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "controller_name" varchar, "action_name" varchar, "tour_name" varchar, "creator_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
||
[1m[35m (0.1ms)[0m [1m[34mselect sqlite_version(*)[0m
|
||
[1m[35m (0.8ms)[0m [1m[35mCREATE INDEX "index_abraham_histories_on_created_at" ON "abraham_histories" ("created_at")[0m
|
||
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
|
||
FROM sqlite_master
|
||
WHERE name='index_abraham_histories_on_created_at' AND type='index'
|
||
UNION ALL
|
||
SELECT sql
|
||
FROM sqlite_temp_master
|
||
WHERE name='index_abraham_histories_on_created_at' AND type='index'
|
||
[0m
|
||
[1m[35m (0.9ms)[0m [1m[35mCREATE INDEX "index_abraham_histories_on_creator_id" ON "abraham_histories" ("creator_id")[0m
|
||
[1m[35m (0.1ms)[0m [1m[34m SELECT sql
|
||
FROM sqlite_master
|
||
WHERE name='index_abraham_histories_on_creator_id' AND type='index'
|
||
UNION ALL
|
||
SELECT sql
|
||
FROM sqlite_temp_master
|
||
WHERE name='index_abraham_histories_on_creator_id' AND type='index'
|
||
[0m
|
||
[1m[35m (0.2ms)[0m [1m[34m SELECT sql
|
||
FROM sqlite_master
|
||
WHERE name='index_abraham_histories_on_created_at' AND type='index'
|
||
UNION ALL
|
||
SELECT sql
|
||
FROM sqlite_temp_master
|
||
WHERE name='index_abraham_histories_on_created_at' AND type='index'
|
||
[0m
|
||
[1m[35m (0.8ms)[0m [1m[35mCREATE INDEX "index_abraham_histories_on_updated_at" ON "abraham_histories" ("updated_at")[0m
|
||
[1m[35m (0.9ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
|
||
[1m[35m (0.1ms)[0m [1m[34mSELECT version FROM "schema_migrations"[0m
|
||
[1m[35m (0.9ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES ('20161118143752')[0m
|
||
[1m[35m (0.9ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
|
||
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", :environment], ["LIMIT", 1]]
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "test"], ["created_at", 2016-11-18 15:26:57 UTC], ["updated_at", 2016-11-18 15:26:57 UTC]]
|
||
[1m[35m (0.7ms)[0m [1m[36mcommit transaction[0m
|
||
[1m[36mActiveRecord::InternalMetadata Load (0.1ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", :environment], ["LIMIT", 1]]
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
[1m[35m (0.0ms)[0m [1m[36mcommit transaction[0m
|
||
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
||
[1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
||
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
||
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
[1m[36mFixture Delete (0.3ms)[0m [1m[31mDELETE FROM "abraham_histories"[0m
|
||
[1m[36mFixture Insert (0.3ms)[0m [1m[32mINSERT INTO "abraham_histories" ("controller_name", "action_name", "tour_name", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2016-11-18 15:29:08.189513', '2016-11-18 15:29:08.189513', 980190962)[0m
|
||
[1m[35m (0.8ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
[1m[36mFixture Delete (0.2ms)[0m [1m[31mDELETE FROM "abraham_histories"[0m
|
||
[1m[36mFixture Insert (0.3ms)[0m [1m[32mINSERT INTO "abraham_histories" ("controller_name", "action_name", "tour_name", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2016-11-18 15:29:08.202301', '2016-11-18 15:29:08.202301', 980190962)[0m
|
||
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
[1m[36mFixture Delete (0.2ms)[0m [1m[31mDELETE FROM "abraham_histories"[0m
|
||
[1m[36mFixture Insert (0.2ms)[0m [1m[32mINSERT INTO "abraham_histories" ("controller_name", "action_name", "tour_name", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2016-11-18 15:29:08.208455', '2016-11-18 15:29:08.208455', 980190962)[0m
|
||
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
[1m[36mFixture Delete (0.2ms)[0m [1m[31mDELETE FROM "abraham_histories"[0m
|
||
[1m[36mFixture Insert (0.4ms)[0m [1m[32mINSERT INTO "abraham_histories" ("controller_name", "action_name", "tour_name", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2016-11-18 15:29:08.213778', '2016-11-18 15:29:08.213778', 980190962)[0m
|
||
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
[1m[36mFixture Delete (0.2ms)[0m [1m[31mDELETE FROM "abraham_histories"[0m
|
||
[1m[36mFixture Insert (0.2ms)[0m [1m[32mINSERT INTO "abraham_histories" ("controller_name", "action_name", "tour_name", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'MyString', '2016-11-18 15:29:08.221924', '2016-11-18 15:29:08.221924', 980190962)[0m
|
||
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
[1m[36mFixture Delete (0.3ms)[0m [1m[31mDELETE FROM "abraham_histories"[0m
|
||
[1m[36mFixture Insert (0.2ms)[0m [1m[32mINSERT INTO "abraham_histories" ("controller_name", "action_name", "tour_name", "creator_id", "created_at", "updated_at", "id") VALUES ('MyString1', 'MyString1', 'MyString1', 1, '2016-11-18 15:30:39.715219', '2016-11-18 15:30:39.715219', 980190962)[0m
|
||
[1m[36mFixture Insert (0.1ms)[0m [1m[32mINSERT INTO "abraham_histories" ("controller_name", "action_name", "tour_name", "creator_id", "created_at", "updated_at", "id") VALUES ('MyString2', 'MyString2', 'MyString2', 2, '2016-11-18 15:30:39.715219', '2016-11-18 15:30:39.715219', 298486374)[0m
|
||
[1m[35m (0.9ms)[0m [1m[36mcommit transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-------------------------
|
||
Abraham::Test: test_truth
|
||
-------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-------------------------------------------------------------------------
|
||
InstallGeneratorTest: test_should_skip_the_initializer_when_told_to_do_so
|
||
-------------------------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-----------------------------------------------------------------------
|
||
InstallGeneratorTest: test_should_skip_the_migration_when_told_to_do_so
|
||
-----------------------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
------------------------------------------------------
|
||
InstallGeneratorTest: test_should_generate_a_migration
|
||
------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
---------------------------------------------------------
|
||
InstallGeneratorTest: test_should_generate_an_initializer
|
||
---------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
[1m[36mFixture Delete (0.3ms)[0m [1m[31mDELETE FROM "abraham_histories"[0m
|
||
[1m[36mFixture Insert (0.4ms)[0m [1m[32mINSERT INTO "abraham_histories" ("controller_name", "action_name", "tour_name", "creator_id") VALUES ('MyString1', 'MyString1', 'MyString1', 1)[0m
|
||
[1m[35m (0.9ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
[1m[36mFixture Delete (0.2ms)[0m [1m[31mDELETE FROM "abraham_histories"[0m
|
||
[1m[36mFixture Insert (0.3ms)[0m [1m[32mINSERT INTO "abraham_histories" ("controller_name", "action_name", "tour_name", "creator_id") VALUES ('MyString1', 'MyString1', 'MyString1', 1)[0m
|
||
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
[1m[36mFixture Delete (0.3ms)[0m [1m[31mDELETE FROM "abraham_histories"[0m
|
||
[1m[36mFixture Insert (0.4ms)[0m [1m[32mINSERT INTO "abraham_histories" ("controller_name", "action_name", "tour_name", "creator_id") VALUES ('MyString1', 'MyString1', 'MyString1', 1)[0m
|
||
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
[1m[36mFixture Delete (0.3ms)[0m [1m[31mDELETE FROM "abraham_histories"[0m
|
||
[1m[36mFixture Insert (0.3ms)[0m [1m[32mINSERT INTO "abraham_histories" ("controller_name", "action_name", "tour_name", "creator_id") VALUES ('MyString1', 'MyString1', 'MyString1', 1)[0m
|
||
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
[1m[36mFixture Delete (0.2ms)[0m [1m[31mDELETE FROM "abraham_histories"[0m
|
||
[1m[36mFixture Insert (0.3ms)[0m [1m[32mINSERT INTO "abraham_histories" ("controller_name", "action_name", "tour_name", "creator_id") VALUES ('MyString1', 'MyString1', 'MyString1', 1)[0m
|
||
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
[1m[36mFixture Delete (0.2ms)[0m [1m[31mDELETE FROM "abraham_histories"[0m
|
||
[1m[36mFixture Insert (0.2ms)[0m [1m[32mINSERT INTO "abraham_histories" ("controller_name", "action_name", "tour_name", "creator_id") VALUES ('MyString1', 'MyString1', 'MyString1', 1)[0m
|
||
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
[1m[36mFixture Delete (0.2ms)[0m [1m[31mDELETE FROM "abraham_histories"[0m
|
||
[1m[36mFixture Insert (0.2ms)[0m [1m[32mINSERT INTO "abraham_histories" ("controller_name", "action_name", "tour_name", "creator_id") VALUES ('MyString1', 'MyString1', 'MyString1', 1)[0m
|
||
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
[1m[36mFixture Delete (0.3ms)[0m [1m[31mDELETE FROM "abraham_histories"[0m
|
||
[1m[36mFixture Insert (0.3ms)[0m [1m[32mINSERT INTO "abraham_histories" ("controller_name", "action_name", "tour_name", "creator_id") VALUES ('MyString1', 'MyString1', 'MyString1', 1)[0m
|
||
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-----------------------------------------------------------------
|
||
AbrahamHistoriesControllerTest: test_should_create_AbrahamHistory
|
||
-----------------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
||
-------------------------
|
||
Abraham::Test: test_truth
|
||
-------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
---------------------------------------------------------
|
||
InstallGeneratorTest: test_should_generate_an_initializer
|
||
---------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
------------------------------------------------------
|
||
InstallGeneratorTest: test_should_generate_a_migration
|
||
------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-------------------------------------------------------------------------
|
||
InstallGeneratorTest: test_should_skip_the_initializer_when_told_to_do_so
|
||
-------------------------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-----------------------------------------------------------------------
|
||
InstallGeneratorTest: test_should_skip_the_migration_when_told_to_do_so
|
||
-----------------------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
---------------------------------------------
|
||
DashboardControllerTest: test_should_get_home
|
||
---------------------------------------------
|
||
Started GET "/dashboard/home" for 127.0.0.1 at 2016-11-21 14:59:52 -0500
|
||
Processing by DashboardController#home as HTML
|
||
Rendering dashboard/home.html.erb within layouts/application
|
||
Rendered dashboard/home.html.erb within layouts/application (7.7ms)
|
||
Completed 500 Internal Server Error in 1139ms (ActiveRecord: 0.0ms)
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
----------------------------------------------
|
||
DashboardControllerTest: test_should_get_other
|
||
----------------------------------------------
|
||
Started GET "/dashboard/other" for 127.0.0.1 at 2016-11-21 14:59:53 -0500
|
||
Processing by DashboardController#other as HTML
|
||
Rendering dashboard/other.html.erb within layouts/application
|
||
Rendered dashboard/other.html.erb within layouts/application (0.5ms)
|
||
Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.0ms)
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
||
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-------------------------
|
||
Abraham::Test: test_truth
|
||
-------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
---------------------------------------------
|
||
DashboardControllerTest: test_should_get_home
|
||
---------------------------------------------
|
||
Started GET "/dashboard/home" for 127.0.0.1 at 2016-11-21 15:15:35 -0500
|
||
Processing by DashboardController#home as HTML
|
||
Rendering dashboard/home.html.erb within layouts/application
|
||
Rendered dashboard/home.html.erb within layouts/application (5.7ms)
|
||
Completed 500 Internal Server Error in 1193ms (ActiveRecord: 0.0ms)
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
----------------------------------------------
|
||
DashboardControllerTest: test_should_get_other
|
||
----------------------------------------------
|
||
Started GET "/dashboard/other" for 127.0.0.1 at 2016-11-21 15:15:36 -0500
|
||
Processing by DashboardController#other as HTML
|
||
Rendering dashboard/other.html.erb within layouts/application
|
||
Rendered dashboard/other.html.erb within layouts/application (0.5ms)
|
||
Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.0ms)
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-----------------------------------------------------------------
|
||
AbrahamHistoriesControllerTest: test_should_create_AbrahamHistory
|
||
-----------------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-------------------------------------------------------------------------
|
||
InstallGeneratorTest: test_should_skip_the_initializer_when_told_to_do_so
|
||
-------------------------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
------------------------------------------------------
|
||
InstallGeneratorTest: test_should_generate_a_migration
|
||
------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
---------------------------------------------------------
|
||
InstallGeneratorTest: test_should_generate_an_initializer
|
||
---------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-----------------------------------------------------------------------
|
||
InstallGeneratorTest: test_should_skip_the_migration_when_told_to_do_so
|
||
-----------------------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
---------------------------------------------
|
||
DashboardControllerTest: test_should_get_home
|
||
---------------------------------------------
|
||
Started GET "/dashboard/home" for 127.0.0.1 at 2016-11-21 15:17:46 -0500
|
||
Processing by DashboardController#home as HTML
|
||
Rendering dashboard/home.html.erb within layouts/application
|
||
Rendered dashboard/home.html.erb within layouts/application (2.2ms)
|
||
Completed 500 Internal Server Error in 1114ms (ActiveRecord: 0.0ms)
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
----------------------------------------------
|
||
DashboardControllerTest: test_should_get_other
|
||
----------------------------------------------
|
||
Started GET "/dashboard/other" for 127.0.0.1 at 2016-11-21 15:17:47 -0500
|
||
Processing by DashboardController#other as HTML
|
||
Rendering dashboard/other.html.erb within layouts/application
|
||
Rendered dashboard/other.html.erb within layouts/application (0.6ms)
|
||
Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.0ms)
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-------------------------------------------------------------------------
|
||
InstallGeneratorTest: test_should_skip_the_initializer_when_told_to_do_so
|
||
-------------------------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
------------------------------------------------------
|
||
InstallGeneratorTest: test_should_generate_a_migration
|
||
------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
---------------------------------------------------------
|
||
InstallGeneratorTest: test_should_generate_an_initializer
|
||
---------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-----------------------------------------------------------------------
|
||
InstallGeneratorTest: test_should_skip_the_migration_when_told_to_do_so
|
||
-----------------------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-------------------------
|
||
Abraham::Test: test_truth
|
||
-------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-----------------------------------------------------------------
|
||
AbrahamHistoriesControllerTest: test_should_create_AbrahamHistory
|
||
-----------------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[36mActiveRecord::SchemaMigration Load (0.7ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
---------------------------------------------------------
|
||
InstallGeneratorTest: test_should_generate_an_initializer
|
||
---------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-------------------------------------------------------------------------
|
||
InstallGeneratorTest: test_should_skip_the_initializer_when_told_to_do_so
|
||
-------------------------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
------------------------------------------------------
|
||
InstallGeneratorTest: test_should_generate_a_migration
|
||
------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-----------------------------------------------------------------------
|
||
InstallGeneratorTest: test_should_skip_the_migration_when_told_to_do_so
|
||
-----------------------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
---------------------------------------------
|
||
DashboardControllerTest: test_should_get_home
|
||
---------------------------------------------
|
||
Started GET "/dashboard/home" for 127.0.0.1 at 2016-11-21 15:21:39 -0500
|
||
Processing by DashboardController#home as HTML
|
||
Rendering dashboard/home.html.erb within layouts/application
|
||
Rendered dashboard/home.html.erb within layouts/application (2.1ms)
|
||
[1m[36mAbrahamHistory Load (0.6ms)[0m [1m[34mSELECT "abraham_histories".* FROM "abraham_histories" WHERE "abraham_histories"."creator_id" = ? AND "abraham_histories"."controller_name" = ? AND "abraham_histories"."action_name" = ?[0m [["creator_id", 65861699], ["controller_name", "dashboard"], ["action_name", "home"]]
|
||
Rendered /Users/jabbett/Workspace/abraham/app/views/application/_abraham.html.erb (9.6ms)
|
||
Completed 200 OK in 1831ms (Views: 1826.7ms | ActiveRecord: 0.9ms)
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
----------------------------------------------
|
||
DashboardControllerTest: test_should_get_other
|
||
----------------------------------------------
|
||
Started GET "/dashboard/other" for 127.0.0.1 at 2016-11-21 15:21:41 -0500
|
||
Processing by DashboardController#other as HTML
|
||
Rendering dashboard/other.html.erb within layouts/application
|
||
Rendered dashboard/other.html.erb within layouts/application (0.4ms)
|
||
[1m[36mAbrahamHistory Load (0.2ms)[0m [1m[34mSELECT "abraham_histories".* FROM "abraham_histories" WHERE "abraham_histories"."creator_id" = ? AND "abraham_histories"."controller_name" = ? AND "abraham_histories"."action_name" = ?[0m [["creator_id", 0], ["controller_name", "dashboard"], ["action_name", "other"]]
|
||
Rendered /Users/jabbett/Workspace/abraham/app/views/application/_abraham.html.erb (3.3ms)
|
||
Completed 200 OK in 16ms (Views: 13.6ms | ActiveRecord: 0.2ms)
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-------------------------
|
||
Abraham::Test: test_truth
|
||
-------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-----------------------------------------------------------------
|
||
AbrahamHistoriesControllerTest: test_should_create_AbrahamHistory
|
||
-----------------------------------------------------------------
|
||
[1m[35m (0.5ms)[0m [1m[34mSELECT COUNT(*) FROM "abraham_histories"[0m
|
||
Started POST "/abraham_histories" for 127.0.0.1 at 2016-11-21 15:21:41 -0500
|
||
Processing by AbrahamHistoriesController#create as HTML
|
||
Parameters: {"action_name"=>"foo", "controller_name"=>"bar", "tour_name"=>"baz"}
|
||
Completed 400 Bad Request in 1ms (ActiveRecord: 0.0ms)
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-------------------------
|
||
Abraham::Test: test_truth
|
||
-------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
---------------------------------------------------------
|
||
InstallGeneratorTest: test_should_generate_an_initializer
|
||
---------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-------------------------------------------------------------------------
|
||
InstallGeneratorTest: test_should_skip_the_initializer_when_told_to_do_so
|
||
-------------------------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-----------------------------------------------------------------------
|
||
InstallGeneratorTest: test_should_skip_the_migration_when_told_to_do_so
|
||
-----------------------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
------------------------------------------------------
|
||
InstallGeneratorTest: test_should_generate_a_migration
|
||
------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-----------------------------------------------------------------
|
||
AbrahamHistoriesControllerTest: test_should_create_AbrahamHistory
|
||
-----------------------------------------------------------------
|
||
[1m[35m (0.4ms)[0m [1m[34mSELECT COUNT(*) FROM "abraham_histories"[0m
|
||
Started POST "/abraham_histories" for 127.0.0.1 at 2016-11-21 15:23:32 -0500
|
||
Processing by AbrahamHistoriesController#create as HTML
|
||
Parameters: {"abraham_history"=>{"action_name"=>"foo", "controller_name"=>"bar", "tour_name"=>"baz"}}
|
||
[1m[35m (0.5ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
||
[1m[35mSQL (1.9ms)[0m [1m[32mINSERT INTO "abraham_histories" ("controller_name", "action_name", "tour_name", "creator_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["controller_name", "bar"], ["action_name", "foo"], ["tour_name", "baz"], ["creator_id", 1], ["created_at", 2016-11-21 20:23:33 UTC], ["updated_at", 2016-11-21 20:23:33 UTC]]
|
||
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
||
Completed 406 Not Acceptable in 22ms (ActiveRecord: 3.0ms)
|
||
[1m[35m (0.7ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
---------------------------------------------
|
||
DashboardControllerTest: test_should_get_home
|
||
---------------------------------------------
|
||
Started GET "/dashboard/home" for 127.0.0.1 at 2016-11-21 15:23:33 -0500
|
||
Processing by DashboardController#home as HTML
|
||
Rendering dashboard/home.html.erb within layouts/application
|
||
Rendered dashboard/home.html.erb within layouts/application (2.4ms)
|
||
[1m[36mAbrahamHistory Load (0.2ms)[0m [1m[34mSELECT "abraham_histories".* FROM "abraham_histories" WHERE "abraham_histories"."creator_id" = ? AND "abraham_histories"."controller_name" = ? AND "abraham_histories"."action_name" = ?[0m [["creator_id", 0], ["controller_name", "dashboard"], ["action_name", "home"]]
|
||
Rendered /Users/jabbett/Workspace/abraham/app/views/application/_abraham.html.erb (34.5ms)
|
||
Completed 200 OK in 1301ms (Views: 1297.2ms | ActiveRecord: 0.2ms)
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
----------------------------------------------
|
||
DashboardControllerTest: test_should_get_other
|
||
----------------------------------------------
|
||
Started GET "/dashboard/other" for 127.0.0.1 at 2016-11-21 15:23:34 -0500
|
||
Processing by DashboardController#other as HTML
|
||
Rendering dashboard/other.html.erb within layouts/application
|
||
Rendered dashboard/other.html.erb within layouts/application (0.5ms)
|
||
[1m[36mAbrahamHistory Load (0.2ms)[0m [1m[34mSELECT "abraham_histories".* FROM "abraham_histories" WHERE "abraham_histories"."creator_id" = ? AND "abraham_histories"."controller_name" = ? AND "abraham_histories"."action_name" = ?[0m [["creator_id", 0], ["controller_name", "dashboard"], ["action_name", "other"]]
|
||
Rendered /Users/jabbett/Workspace/abraham/app/views/application/_abraham.html.erb (1.7ms)
|
||
Completed 200 OK in 14ms (Views: 11.6ms | ActiveRecord: 0.2ms)
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[36mActiveRecord::SchemaMigration Load (0.7ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
---------------------------------------------------------
|
||
InstallGeneratorTest: test_should_generate_an_initializer
|
||
---------------------------------------------------------
|
||
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-------------------------------------------------------------------------
|
||
InstallGeneratorTest: test_should_skip_the_initializer_when_told_to_do_so
|
||
-------------------------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
------------------------------------------------------
|
||
InstallGeneratorTest: test_should_generate_a_migration
|
||
------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-----------------------------------------------------------------------
|
||
InstallGeneratorTest: test_should_skip_the_migration_when_told_to_do_so
|
||
-----------------------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
---------------------------------------------
|
||
DashboardControllerTest: test_should_get_home
|
||
---------------------------------------------
|
||
Started GET "/dashboard/home" for 127.0.0.1 at 2016-11-21 15:24:41 -0500
|
||
Processing by DashboardController#home as HTML
|
||
Rendering dashboard/home.html.erb within layouts/application
|
||
Rendered dashboard/home.html.erb within layouts/application (2.6ms)
|
||
[1m[36mAbrahamHistory Load (0.6ms)[0m [1m[34mSELECT "abraham_histories".* FROM "abraham_histories" WHERE "abraham_histories"."creator_id" = ? AND "abraham_histories"."controller_name" = ? AND "abraham_histories"."action_name" = ?[0m [["creator_id", 0], ["controller_name", "dashboard"], ["action_name", "home"]]
|
||
Rendered /Users/jabbett/Workspace/abraham/app/views/application/_abraham.html.erb (37.5ms)
|
||
Completed 200 OK in 1297ms (Views: 1291.8ms | ActiveRecord: 1.0ms)
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
----------------------------------------------
|
||
DashboardControllerTest: test_should_get_other
|
||
----------------------------------------------
|
||
Started GET "/dashboard/other" for 127.0.0.1 at 2016-11-21 15:24:42 -0500
|
||
Processing by DashboardController#other as HTML
|
||
Rendering dashboard/other.html.erb within layouts/application
|
||
Rendered dashboard/other.html.erb within layouts/application (0.5ms)
|
||
[1m[36mAbrahamHistory Load (0.2ms)[0m [1m[34mSELECT "abraham_histories".* FROM "abraham_histories" WHERE "abraham_histories"."creator_id" = ? AND "abraham_histories"."controller_name" = ? AND "abraham_histories"."action_name" = ?[0m [["creator_id", 68], ["controller_name", "dashboard"], ["action_name", "other"]]
|
||
Rendered /Users/jabbett/Workspace/abraham/app/views/application/_abraham.html.erb (2.4ms)
|
||
Completed 200 OK in 15ms (Views: 13.3ms | ActiveRecord: 0.2ms)
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-----------------------------------------------------------------
|
||
AbrahamHistoriesControllerTest: test_should_create_AbrahamHistory
|
||
-----------------------------------------------------------------
|
||
[1m[35m (0.6ms)[0m [1m[34mSELECT COUNT(*) FROM "abraham_histories"[0m
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-------------------------
|
||
Abraham::Test: test_truth
|
||
-------------------------
|
||
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-------------------------
|
||
Abraham::Test: test_truth
|
||
-------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-----------------------------------------------------------------
|
||
AbrahamHistoriesControllerTest: test_should_create_AbrahamHistory
|
||
-----------------------------------------------------------------
|
||
[1m[35m (0.4ms)[0m [1m[34mSELECT COUNT(*) FROM "abraham_histories"[0m
|
||
Started POST "/abraham_histories.json" for 127.0.0.1 at 2016-11-21 15:25:39 -0500
|
||
Processing by AbrahamHistoriesController#create as JSON
|
||
Parameters: {"abraham_history"=>{"action_name"=>"foo", "controller_name"=>"bar", "tour_name"=>"baz"}}
|
||
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
||
[1m[35mSQL (1.7ms)[0m [1m[32mINSERT INTO "abraham_histories" ("controller_name", "action_name", "tour_name", "creator_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["controller_name", "bar"], ["action_name", "foo"], ["tour_name", "baz"], ["creator_id", 65], ["created_at", 2016-11-21 20:25:39 UTC], ["updated_at", 2016-11-21 20:25:39 UTC]]
|
||
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
||
Completed 201 Created in 26ms (Views: 0.9ms | ActiveRecord: 2.4ms)
|
||
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "abraham_histories"[0m
|
||
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
------------------------------------------------------
|
||
InstallGeneratorTest: test_should_generate_a_migration
|
||
------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
---------------------------------------------------------
|
||
InstallGeneratorTest: test_should_generate_an_initializer
|
||
---------------------------------------------------------
|
||
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-------------------------------------------------------------------------
|
||
InstallGeneratorTest: test_should_skip_the_initializer_when_told_to_do_so
|
||
-------------------------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
||
-----------------------------------------------------------------------
|
||
InstallGeneratorTest: test_should_skip_the_migration_when_told_to_do_so
|
||
-----------------------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
----------------------------------------------
|
||
DashboardControllerTest: test_should_get_other
|
||
----------------------------------------------
|
||
Started GET "/dashboard/other" for 127.0.0.1 at 2016-11-21 15:25:39 -0500
|
||
Processing by DashboardController#other as HTML
|
||
Rendering dashboard/other.html.erb within layouts/application
|
||
Rendered dashboard/other.html.erb within layouts/application (2.2ms)
|
||
[1m[36mAbrahamHistory Load (0.2ms)[0m [1m[34mSELECT "abraham_histories".* FROM "abraham_histories" WHERE "abraham_histories"."creator_id" = ? AND "abraham_histories"."controller_name" = ? AND "abraham_histories"."action_name" = ?[0m [["creator_id", 0], ["controller_name", "dashboard"], ["action_name", "other"]]
|
||
Rendered /Users/jabbett/Workspace/abraham/app/views/application/_abraham.html.erb (41.3ms)
|
||
Completed 200 OK in 1264ms (Views: 1260.1ms | ActiveRecord: 0.2ms)
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
---------------------------------------------
|
||
DashboardControllerTest: test_should_get_home
|
||
---------------------------------------------
|
||
Started GET "/dashboard/home" for 127.0.0.1 at 2016-11-21 15:25:40 -0500
|
||
Processing by DashboardController#home as HTML
|
||
Rendering dashboard/home.html.erb within layouts/application
|
||
Rendered dashboard/home.html.erb within layouts/application (0.5ms)
|
||
[1m[36mAbrahamHistory Load (0.3ms)[0m [1m[34mSELECT "abraham_histories".* FROM "abraham_histories" WHERE "abraham_histories"."creator_id" = ? AND "abraham_histories"."controller_name" = ? AND "abraham_histories"."action_name" = ?[0m [["creator_id", 0], ["controller_name", "dashboard"], ["action_name", "home"]]
|
||
Rendered /Users/jabbett/Workspace/abraham/app/views/application/_abraham.html.erb (1.9ms)
|
||
Completed 200 OK in 15ms (Views: 12.6ms | ActiveRecord: 0.3ms)
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-----------------------------------------------------------------
|
||
AbrahamHistoriesControllerTest: test_should_create_AbrahamHistory
|
||
-----------------------------------------------------------------
|
||
[1m[35m (0.5ms)[0m [1m[34mSELECT COUNT(*) FROM "abraham_histories"[0m
|
||
Started POST "/abraham_histories.json" for 127.0.0.1 at 2016-11-21 15:30:43 -0500
|
||
Processing by AbrahamHistoriesController#create as JSON
|
||
Parameters: {"abraham_history"=>{"action_name"=>"foo", "controller_name"=>"bar", "tour_name"=>"baz"}}
|
||
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
||
[1m[35mSQL (1.4ms)[0m [1m[32mINSERT INTO "abraham_histories" ("controller_name", "action_name", "tour_name", "creator_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["controller_name", "bar"], ["action_name", "foo"], ["tour_name", "baz"], ["creator_id", 9330283], ["created_at", 2016-11-21 20:30:44 UTC], ["updated_at", 2016-11-21 20:30:44 UTC]]
|
||
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
||
Completed 201 Created in 21ms (Views: 0.9ms | ActiveRecord: 2.0ms)
|
||
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "abraham_histories"[0m
|
||
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-------------------------------------------------------------
|
||
DashboardControllerTest: test_home_should_have_home_tour_code
|
||
-------------------------------------------------------------
|
||
Started GET "/dashboard/home" for 127.0.0.1 at 2016-11-21 15:30:44 -0500
|
||
Processing by DashboardController#home as HTML
|
||
Rendering dashboard/home.html.erb within layouts/application
|
||
Rendered dashboard/home.html.erb within layouts/application (2.2ms)
|
||
[1m[36mAbrahamHistory Load (0.2ms)[0m [1m[34mSELECT "abraham_histories".* FROM "abraham_histories" WHERE "abraham_histories"."creator_id" = ? AND "abraham_histories"."controller_name" = ? AND "abraham_histories"."action_name" = ?[0m [["creator_id", 2941], ["controller_name", "dashboard"], ["action_name", "home"]]
|
||
Rendered /Users/jabbett/Workspace/abraham/app/views/application/_abraham.html.erb (33.7ms)
|
||
Completed 200 OK in 1763ms (Views: 1759.2ms | ActiveRecord: 0.2ms)
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
---------------------------------------------------------------
|
||
DashboardControllerTest: test_other_should_have_other_tour_code
|
||
---------------------------------------------------------------
|
||
Started GET "/dashboard/other" for 127.0.0.1 at 2016-11-21 15:30:45 -0500
|
||
Processing by DashboardController#other as HTML
|
||
Rendering dashboard/other.html.erb within layouts/application
|
||
Rendered dashboard/other.html.erb within layouts/application (0.5ms)
|
||
[1m[36mAbrahamHistory Load (0.2ms)[0m [1m[34mSELECT "abraham_histories".* FROM "abraham_histories" WHERE "abraham_histories"."creator_id" = ? AND "abraham_histories"."controller_name" = ? AND "abraham_histories"."action_name" = ?[0m [["creator_id", 0], ["controller_name", "dashboard"], ["action_name", "other"]]
|
||
Rendered /Users/jabbett/Workspace/abraham/app/views/application/_abraham.html.erb (1.7ms)
|
||
Completed 200 OK in 17ms (Views: 12.4ms | ActiveRecord: 0.2ms)
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-------------------------
|
||
Abraham::Test: test_truth
|
||
-------------------------
|
||
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
------------------------------------------------------
|
||
InstallGeneratorTest: test_should_generate_a_migration
|
||
------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
---------------------------------------------------------
|
||
InstallGeneratorTest: test_should_generate_an_initializer
|
||
---------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-----------------------------------------------------------------------
|
||
InstallGeneratorTest: test_should_skip_the_migration_when_told_to_do_so
|
||
-----------------------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-------------------------------------------------------------------------
|
||
InstallGeneratorTest: test_should_skip_the_initializer_when_told_to_do_so
|
||
-------------------------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-----------------------------------------------------------------
|
||
AbrahamHistoriesControllerTest: test_should_create_AbrahamHistory
|
||
-----------------------------------------------------------------
|
||
[1m[35m (0.5ms)[0m [1m[34mSELECT COUNT(*) FROM "abraham_histories"[0m
|
||
Started POST "/abraham_histories.json" for 127.0.0.1 at 2016-11-21 15:32:02 -0500
|
||
Processing by AbrahamHistoriesController#create as JSON
|
||
Parameters: {"abraham_history"=>{"action_name"=>"foo", "controller_name"=>"bar", "tour_name"=>"baz"}}
|
||
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
||
[1m[35mSQL (1.9ms)[0m [1m[32mINSERT INTO "abraham_histories" ("controller_name", "action_name", "tour_name", "creator_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["controller_name", "bar"], ["action_name", "foo"], ["tour_name", "baz"], ["creator_id", 3], ["created_at", 2016-11-21 20:32:02 UTC], ["updated_at", 2016-11-21 20:32:02 UTC]]
|
||
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
||
Completed 201 Created in 23ms (Views: 1.3ms | ActiveRecord: 2.5ms)
|
||
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "abraham_histories"[0m
|
||
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-------------------------
|
||
Abraham::Test: test_truth
|
||
-------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
------------------------------------------------------
|
||
InstallGeneratorTest: test_should_generate_a_migration
|
||
------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
---------------------------------------------------------
|
||
InstallGeneratorTest: test_should_generate_an_initializer
|
||
---------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-------------------------------------------------------------------------
|
||
InstallGeneratorTest: test_should_skip_the_initializer_when_told_to_do_so
|
||
-------------------------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-----------------------------------------------------------------------
|
||
InstallGeneratorTest: test_should_skip_the_migration_when_told_to_do_so
|
||
-----------------------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-------------------------------------------------------------
|
||
DashboardControllerTest: test_home_should_have_home_tour_code
|
||
-------------------------------------------------------------
|
||
Started GET "/dashboard/home" for 127.0.0.1 at 2016-11-21 15:32:03 -0500
|
||
Processing by DashboardController#home as HTML
|
||
Rendering dashboard/home.html.erb within layouts/application
|
||
Rendered dashboard/home.html.erb within layouts/application (2.2ms)
|
||
[1m[36mAbrahamHistory Load (0.2ms)[0m [1m[34mSELECT "abraham_histories".* FROM "abraham_histories" WHERE "abraham_histories"."creator_id" = ? AND "abraham_histories"."controller_name" = ? AND "abraham_histories"."action_name" = ?[0m [["creator_id", 7263], ["controller_name", "dashboard"], ["action_name", "home"]]
|
||
Rendered /Users/jabbett/Workspace/abraham/app/views/application/_abraham.html.erb (34.4ms)
|
||
Completed 200 OK in 1247ms (Views: 1243.2ms | ActiveRecord: 0.2ms)
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
---------------------------------------------------------------
|
||
DashboardControllerTest: test_other_should_have_other_tour_code
|
||
---------------------------------------------------------------
|
||
Started GET "/dashboard/other" for 127.0.0.1 at 2016-11-21 15:32:04 -0500
|
||
Processing by DashboardController#other as HTML
|
||
Rendering dashboard/other.html.erb within layouts/application
|
||
Rendered dashboard/other.html.erb within layouts/application (0.5ms)
|
||
[1m[36mAbrahamHistory Load (0.2ms)[0m [1m[34mSELECT "abraham_histories".* FROM "abraham_histories" WHERE "abraham_histories"."creator_id" = ? AND "abraham_histories"."controller_name" = ? AND "abraham_histories"."action_name" = ?[0m [["creator_id", 0], ["controller_name", "dashboard"], ["action_name", "other"]]
|
||
Rendered /Users/jabbett/Workspace/abraham/app/views/application/_abraham.html.erb (1.5ms)
|
||
Completed 200 OK in 15ms (Views: 11.6ms | ActiveRecord: 0.2ms)
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-------------------------
|
||
Abraham::Test: test_truth
|
||
-------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-------------------------------------------------------------
|
||
DashboardControllerTest: test_home_should_have_home_tour_code
|
||
-------------------------------------------------------------
|
||
Started GET "/dashboard/home" for 127.0.0.1 at 2016-11-21 15:33:38 -0500
|
||
Processing by DashboardController#home as HTML
|
||
Rendering dashboard/home.html.erb within layouts/application
|
||
Rendered dashboard/home.html.erb within layouts/application (2.3ms)
|
||
[1m[36mAbrahamHistory Load (0.9ms)[0m [1m[34mSELECT "abraham_histories".* FROM "abraham_histories" WHERE "abraham_histories"."creator_id" = ? AND "abraham_histories"."controller_name" = ? AND "abraham_histories"."action_name" = ?[0m [["creator_id", 1], ["controller_name", "dashboard"], ["action_name", "home"]]
|
||
Rendered /Users/jabbett/Workspace/abraham/app/views/application/_abraham.html.erb (36.3ms)
|
||
Completed 200 OK in 1308ms (Views: 1302.7ms | ActiveRecord: 1.3ms)
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
---------------------------------------------------------------
|
||
DashboardControllerTest: test_other_should_have_other_tour_code
|
||
---------------------------------------------------------------
|
||
Started GET "/dashboard/other" for 127.0.0.1 at 2016-11-21 15:33:40 -0500
|
||
Processing by DashboardController#other as HTML
|
||
Rendering dashboard/other.html.erb within layouts/application
|
||
Rendered dashboard/other.html.erb within layouts/application (0.5ms)
|
||
[1m[36mAbrahamHistory Load (0.3ms)[0m [1m[34mSELECT "abraham_histories".* FROM "abraham_histories" WHERE "abraham_histories"."creator_id" = ? AND "abraham_histories"."controller_name" = ? AND "abraham_histories"."action_name" = ?[0m [["creator_id", 0], ["controller_name", "dashboard"], ["action_name", "other"]]
|
||
Rendered /Users/jabbett/Workspace/abraham/app/views/application/_abraham.html.erb (1.8ms)
|
||
Completed 200 OK in 15ms (Views: 13.1ms | ActiveRecord: 0.3ms)
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
------------------------------------------------------
|
||
InstallGeneratorTest: test_should_generate_a_migration
|
||
------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
---------------------------------------------------------
|
||
InstallGeneratorTest: test_should_generate_an_initializer
|
||
---------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-----------------------------------------------------------------------
|
||
InstallGeneratorTest: test_should_skip_the_migration_when_told_to_do_so
|
||
-----------------------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-------------------------------------------------------------------------
|
||
InstallGeneratorTest: test_should_skip_the_initializer_when_told_to_do_so
|
||
-------------------------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-----------------------------------------------------------------
|
||
AbrahamHistoriesControllerTest: test_should_create_AbrahamHistory
|
||
-----------------------------------------------------------------
|
||
[1m[35m (0.5ms)[0m [1m[34mSELECT COUNT(*) FROM "abraham_histories"[0m
|
||
Started POST "/abraham_histories.json" for 127.0.0.1 at 2016-11-21 15:33:40 -0500
|
||
Processing by AbrahamHistoriesController#create as JSON
|
||
Parameters: {"abraham_history"=>{"action_name"=>"foo", "controller_name"=>"bar", "tour_name"=>"baz"}}
|
||
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
||
[1m[35mSQL (1.1ms)[0m [1m[32mINSERT INTO "abraham_histories" ("controller_name", "action_name", "tour_name", "creator_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["controller_name", "bar"], ["action_name", "foo"], ["tour_name", "baz"], ["creator_id", 9517], ["created_at", 2016-11-21 20:33:40 UTC], ["updated_at", 2016-11-21 20:33:40 UTC]]
|
||
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
||
Completed 201 Created in 15ms (Views: 0.9ms | ActiveRecord: 1.8ms)
|
||
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "abraham_histories"[0m
|
||
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
||
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
---------------------------------------------------------
|
||
InstallGeneratorTest: test_should_generate_an_initializer
|
||
---------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-------------------------------------------------------------------------
|
||
InstallGeneratorTest: test_should_skip_the_initializer_when_told_to_do_so
|
||
-------------------------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
------------------------------------------------------
|
||
InstallGeneratorTest: test_should_generate_a_migration
|
||
------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-----------------------------------------------------------------------
|
||
InstallGeneratorTest: test_should_skip_the_migration_when_told_to_do_so
|
||
-----------------------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-------------------------------------------------------------
|
||
DashboardControllerTest: test_home_should_have_home_tour_code
|
||
-------------------------------------------------------------
|
||
Started GET "/dashboard/home" for 127.0.0.1 at 2016-11-21 15:37:06 -0500
|
||
Processing by DashboardController#home as HTML
|
||
Rendering dashboard/home.html.erb within layouts/application
|
||
Rendered dashboard/home.html.erb within layouts/application (6.3ms)
|
||
[1m[36mAbrahamHistory Load (0.6ms)[0m [1m[34mSELECT "abraham_histories".* FROM "abraham_histories" WHERE "abraham_histories"."creator_id" = ? AND "abraham_histories"."controller_name" = ? AND "abraham_histories"."action_name" = ?[0m [["creator_id", 0], ["controller_name", "dashboard"], ["action_name", "home"]]
|
||
Rendered /Users/jabbett/Workspace/abraham/app/views/application/_abraham.html.erb (50.4ms)
|
||
Completed 200 OK in 1337ms (Views: 1332.5ms | ActiveRecord: 0.9ms)
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
---------------------------------------------------------------
|
||
DashboardControllerTest: test_other_should_have_other_tour_code
|
||
---------------------------------------------------------------
|
||
Started GET "/dashboard/other" for 127.0.0.1 at 2016-11-21 15:37:07 -0500
|
||
Processing by DashboardController#other as HTML
|
||
Rendering dashboard/other.html.erb within layouts/application
|
||
Rendered dashboard/other.html.erb within layouts/application (0.5ms)
|
||
[1m[36mAbrahamHistory Load (0.2ms)[0m [1m[34mSELECT "abraham_histories".* FROM "abraham_histories" WHERE "abraham_histories"."creator_id" = ? AND "abraham_histories"."controller_name" = ? AND "abraham_histories"."action_name" = ?[0m [["creator_id", 1570], ["controller_name", "dashboard"], ["action_name", "other"]]
|
||
Rendered /Users/jabbett/Workspace/abraham/app/views/application/_abraham.html.erb (1.7ms)
|
||
Completed 200 OK in 22ms (Views: 12.1ms | ActiveRecord: 0.2ms)
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-----------------------------------------------------------------
|
||
AbrahamHistoriesControllerTest: test_should_create_AbrahamHistory
|
||
-----------------------------------------------------------------
|
||
[1m[35m (0.5ms)[0m [1m[34mSELECT COUNT(*) FROM "abraham_histories"[0m
|
||
Started POST "/abraham_histories.json" for 127.0.0.1 at 2016-11-21 15:37:07 -0500
|
||
Processing by AbrahamHistoriesController#create as JSON
|
||
Parameters: {"abraham_history"=>{"action_name"=>"foo", "controller_name"=>"bar", "tour_name"=>"baz"}}
|
||
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
||
[1m[35mSQL (1.4ms)[0m [1m[32mINSERT INTO "abraham_histories" ("controller_name", "action_name", "tour_name", "creator_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["controller_name", "bar"], ["action_name", "foo"], ["tour_name", "baz"], ["creator_id", 90], ["created_at", 2016-11-21 20:37:07 UTC], ["updated_at", 2016-11-21 20:37:07 UTC]]
|
||
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
||
Completed 201 Created in 16ms (Views: 1.0ms | ActiveRecord: 2.1ms)
|
||
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "abraham_histories"[0m
|
||
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-------------------------
|
||
Abraham::Test: test_truth
|
||
-------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-----------------------------------------------------------------------
|
||
InstallGeneratorTest: test_should_skip_the_migration_when_told_to_do_so
|
||
-----------------------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
------------------------------------------------------
|
||
InstallGeneratorTest: test_should_generate_a_migration
|
||
------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
---------------------------------------------------------
|
||
InstallGeneratorTest: test_should_generate_an_initializer
|
||
---------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-------------------------------------------------------------------------
|
||
InstallGeneratorTest: test_should_skip_the_initializer_when_told_to_do_so
|
||
-------------------------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-------------------------------------------------------------
|
||
DashboardControllerTest: test_home_should_have_home_tour_code
|
||
-------------------------------------------------------------
|
||
Started GET "/dashboard/home" for 127.0.0.1 at 2016-11-21 15:37:53 -0500
|
||
Processing by DashboardController#home as HTML
|
||
Rendering dashboard/home.html.erb within layouts/application
|
||
Rendered dashboard/home.html.erb within layouts/application (2.7ms)
|
||
[1m[36mAbrahamHistory Load (0.6ms)[0m [1m[34mSELECT "abraham_histories".* FROM "abraham_histories" WHERE "abraham_histories"."creator_id" = ? AND "abraham_histories"."controller_name" = ? AND "abraham_histories"."action_name" = ?[0m [["creator_id", 0], ["controller_name", "dashboard"], ["action_name", "home"]]
|
||
Rendered /Users/jabbett/Workspace/abraham/app/views/application/_abraham.html.erb (36.5ms)
|
||
Completed 200 OK in 1315ms (Views: 1310.5ms | ActiveRecord: 0.9ms)
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
---------------------------------------------------------------
|
||
DashboardControllerTest: test_other_should_have_other_tour_code
|
||
---------------------------------------------------------------
|
||
Started GET "/dashboard/other" for 127.0.0.1 at 2016-11-21 15:37:54 -0500
|
||
Processing by DashboardController#other as HTML
|
||
Rendering dashboard/other.html.erb within layouts/application
|
||
Rendered dashboard/other.html.erb within layouts/application (0.5ms)
|
||
[1m[36mAbrahamHistory Load (0.2ms)[0m [1m[34mSELECT "abraham_histories".* FROM "abraham_histories" WHERE "abraham_histories"."creator_id" = ? AND "abraham_histories"."controller_name" = ? AND "abraham_histories"."action_name" = ?[0m [["creator_id", 5], ["controller_name", "dashboard"], ["action_name", "other"]]
|
||
Rendered /Users/jabbett/Workspace/abraham/app/views/application/_abraham.html.erb (1.6ms)
|
||
Completed 200 OK in 14ms (Views: 11.8ms | ActiveRecord: 0.2ms)
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-----------------------------------------------------------------
|
||
AbrahamHistoriesControllerTest: test_should_create_AbrahamHistory
|
||
-----------------------------------------------------------------
|
||
[1m[35m (0.4ms)[0m [1m[34mSELECT COUNT(*) FROM "abraham_histories"[0m
|
||
Started POST "/abraham_histories.json" for 127.0.0.1 at 2016-11-21 15:37:54 -0500
|
||
Processing by AbrahamHistoriesController#create as JSON
|
||
Parameters: {"abraham_history"=>{"action_name"=>"foo", "controller_name"=>"bar", "tour_name"=>"baz"}}
|
||
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
||
[1m[35mSQL (1.4ms)[0m [1m[32mINSERT INTO "abraham_histories" ("controller_name", "action_name", "tour_name", "creator_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["controller_name", "bar"], ["action_name", "foo"], ["tour_name", "baz"], ["creator_id", 94], ["created_at", 2016-11-21 20:37:54 UTC], ["updated_at", 2016-11-21 20:37:54 UTC]]
|
||
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
||
Completed 201 Created in 18ms (Views: 0.9ms | ActiveRecord: 2.3ms)
|
||
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "abraham_histories"[0m
|
||
[1m[35m (0.6ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-------------------------
|
||
Abraham::Test: test_truth
|
||
-------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
---------------------------------------------------------
|
||
InstallGeneratorTest: test_should_generate_an_initializer
|
||
---------------------------------------------------------
|
||
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-------------------------------------------------------------------------
|
||
InstallGeneratorTest: test_should_skip_the_initializer_when_told_to_do_so
|
||
-------------------------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
------------------------------------------------------
|
||
InstallGeneratorTest: test_should_generate_a_migration
|
||
------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-----------------------------------------------------------------------
|
||
InstallGeneratorTest: test_should_skip_the_migration_when_told_to_do_so
|
||
-----------------------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-------------------------
|
||
Abraham::Test: test_truth
|
||
-------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-------------------------------------------------------------
|
||
DashboardControllerTest: test_home_should_have_home_tour_code
|
||
-------------------------------------------------------------
|
||
Started GET "/dashboard/home" for 127.0.0.1 at 2016-11-21 15:41:37 -0500
|
||
Processing by DashboardController#home as HTML
|
||
Rendering dashboard/home.html.erb within layouts/application
|
||
Rendered dashboard/home.html.erb within layouts/application (2.4ms)
|
||
[1m[36mAbrahamHistory Load (0.5ms)[0m [1m[34mSELECT "abraham_histories".* FROM "abraham_histories" WHERE "abraham_histories"."creator_id" = ? AND "abraham_histories"."controller_name" = ? AND "abraham_histories"."action_name" = ?[0m [["creator_id", 1813], ["controller_name", "dashboard"], ["action_name", "home"]]
|
||
Rendered /Users/jabbett/Workspace/abraham/app/views/application/_abraham.html.erb (61.1ms)
|
||
Completed 200 OK in 1315ms (Views: 1310.3ms | ActiveRecord: 0.8ms)
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
---------------------------------------------------------------
|
||
DashboardControllerTest: test_other_should_have_other_tour_code
|
||
---------------------------------------------------------------
|
||
Started GET "/dashboard/other" for 127.0.0.1 at 2016-11-21 15:41:38 -0500
|
||
Processing by DashboardController#other as HTML
|
||
Rendering dashboard/other.html.erb within layouts/application
|
||
Rendered dashboard/other.html.erb within layouts/application (0.4ms)
|
||
[1m[36mAbrahamHistory Load (0.2ms)[0m [1m[34mSELECT "abraham_histories".* FROM "abraham_histories" WHERE "abraham_histories"."creator_id" = ? AND "abraham_histories"."controller_name" = ? AND "abraham_histories"."action_name" = ?[0m [["creator_id", 0], ["controller_name", "dashboard"], ["action_name", "other"]]
|
||
Rendered /Users/jabbett/Workspace/abraham/app/views/application/_abraham.html.erb (2.1ms)
|
||
Completed 200 OK in 17ms (Views: 12.8ms | ActiveRecord: 0.2ms)
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-----------------------------------------------------------------
|
||
AbrahamHistoriesControllerTest: test_should_create_AbrahamHistory
|
||
-----------------------------------------------------------------
|
||
[1m[35m (0.6ms)[0m [1m[34mSELECT COUNT(*) FROM "abraham_histories"[0m
|
||
Started POST "/abraham_histories.json" for 127.0.0.1 at 2016-11-21 15:41:38 -0500
|
||
Processing by AbrahamHistoriesController#create as JSON
|
||
Parameters: {"abraham_history"=>{"action_name"=>"foo", "controller_name"=>"bar", "tour_name"=>"baz"}}
|
||
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
||
[1m[35mSQL (1.5ms)[0m [1m[32mINSERT INTO "abraham_histories" ("controller_name", "action_name", "tour_name", "creator_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["controller_name", "bar"], ["action_name", "foo"], ["tour_name", "baz"], ["creator_id", 8], ["created_at", 2016-11-21 20:41:38 UTC], ["updated_at", 2016-11-21 20:41:38 UTC]]
|
||
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
||
Completed 201 Created in 16ms (Views: 1.1ms | ActiveRecord: 2.0ms)
|
||
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "abraham_histories"[0m
|
||
[1m[35m (0.4ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
------------------------------------------------------
|
||
InstallGeneratorTest: test_should_generate_a_migration
|
||
------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
---------------------------------------------------------
|
||
InstallGeneratorTest: test_should_generate_an_initializer
|
||
---------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-------------------------------------------------------------------------
|
||
InstallGeneratorTest: test_should_skip_the_initializer_when_told_to_do_so
|
||
-------------------------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-----------------------------------------------------------------------
|
||
InstallGeneratorTest: test_should_skip_the_migration_when_told_to_do_so
|
||
-----------------------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-----------------------------------------------------------------
|
||
AbrahamHistoriesControllerTest: test_should_create_AbrahamHistory
|
||
-----------------------------------------------------------------
|
||
[1m[35m (0.4ms)[0m [1m[34mSELECT COUNT(*) FROM "abraham_histories"[0m
|
||
Started POST "/abraham_histories.json" for 127.0.0.1 at 2016-11-21 15:58:34 -0500
|
||
Processing by AbrahamHistoriesController#create as JSON
|
||
Parameters: {"abraham_history"=>{"action_name"=>"foo", "controller_name"=>"bar", "tour_name"=>"baz"}}
|
||
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
||
[1m[35mSQL (1.8ms)[0m [1m[32mINSERT INTO "abraham_histories" ("controller_name", "action_name", "tour_name", "creator_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["controller_name", "bar"], ["action_name", "foo"], ["tour_name", "baz"], ["creator_id", 0], ["created_at", 2016-11-21 20:58:34 UTC], ["updated_at", 2016-11-21 20:58:34 UTC]]
|
||
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
||
Completed 201 Created in 22ms (Views: 0.9ms | ActiveRecord: 2.4ms)
|
||
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "abraham_histories"[0m
|
||
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
------------------------------------------------------------
|
||
DashboardControllerTest: test_uses_configured_shepherd_theme
|
||
------------------------------------------------------------
|
||
Started GET "/dashboard/home" for 127.0.0.1 at 2016-11-21 15:58:34 -0500
|
||
Processing by DashboardController#home as HTML
|
||
Rendering dashboard/home.html.erb within layouts/application
|
||
Rendered dashboard/home.html.erb within layouts/application (2.3ms)
|
||
[1m[36mAbrahamHistory Load (0.2ms)[0m [1m[34mSELECT "abraham_histories".* FROM "abraham_histories" WHERE "abraham_histories"."creator_id" = ? AND "abraham_histories"."controller_name" = ? AND "abraham_histories"."action_name" = ?[0m [["creator_id", 41], ["controller_name", "dashboard"], ["action_name", "home"]]
|
||
Rendered /Users/jabbett/Workspace/abraham/app/views/application/_abraham.html.erb (40.6ms)
|
||
Completed 200 OK in 1264ms (Views: 1260.4ms | ActiveRecord: 0.2ms)
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-------------------------------------------------------------
|
||
DashboardControllerTest: test_home_should_have_home_tour_code
|
||
-------------------------------------------------------------
|
||
Started GET "/dashboard/home" for 127.0.0.1 at 2016-11-21 15:58:36 -0500
|
||
Processing by DashboardController#home as HTML
|
||
Rendering dashboard/home.html.erb within layouts/application
|
||
Rendered dashboard/home.html.erb within layouts/application (0.5ms)
|
||
[1m[36mAbrahamHistory Load (0.2ms)[0m [1m[34mSELECT "abraham_histories".* FROM "abraham_histories" WHERE "abraham_histories"."creator_id" = ? AND "abraham_histories"."controller_name" = ? AND "abraham_histories"."action_name" = ?[0m [["creator_id", 0], ["controller_name", "dashboard"], ["action_name", "home"]]
|
||
Rendered /Users/jabbett/Workspace/abraham/app/views/application/_abraham.html.erb (2.0ms)
|
||
Completed 200 OK in 14ms (Views: 11.9ms | ActiveRecord: 0.2ms)
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
---------------------------------------------------------------
|
||
DashboardControllerTest: test_other_should_have_other_tour_code
|
||
---------------------------------------------------------------
|
||
Started GET "/dashboard/other" for 127.0.0.1 at 2016-11-21 15:58:36 -0500
|
||
Processing by DashboardController#other as HTML
|
||
Rendering dashboard/other.html.erb within layouts/application
|
||
Rendered dashboard/other.html.erb within layouts/application (0.5ms)
|
||
[1m[36mAbrahamHistory Load (0.2ms)[0m [1m[34mSELECT "abraham_histories".* FROM "abraham_histories" WHERE "abraham_histories"."creator_id" = ? AND "abraham_histories"."controller_name" = ? AND "abraham_histories"."action_name" = ?[0m [["creator_id", 3], ["controller_name", "dashboard"], ["action_name", "other"]]
|
||
Rendered /Users/jabbett/Workspace/abraham/app/views/application/_abraham.html.erb (1.9ms)
|
||
Completed 200 OK in 16ms (Views: 12.5ms | ActiveRecord: 0.2ms)
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-------------------------
|
||
Abraham::Test: test_truth
|
||
-------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
---------------------------------------------------------------
|
||
DashboardControllerTest: test_other_should_have_other_tour_code
|
||
---------------------------------------------------------------
|
||
Started GET "/dashboard/other" for 127.0.0.1 at 2016-11-21 15:59:36 -0500
|
||
Processing by DashboardController#other as HTML
|
||
Rendering dashboard/other.html.erb within layouts/application
|
||
Rendered dashboard/other.html.erb within layouts/application (2.4ms)
|
||
[1m[36mAbrahamHistory Load (0.5ms)[0m [1m[34mSELECT "abraham_histories".* FROM "abraham_histories" WHERE "abraham_histories"."creator_id" = ? AND "abraham_histories"."controller_name" = ? AND "abraham_histories"."action_name" = ?[0m [["creator_id", 148897], ["controller_name", "dashboard"], ["action_name", "other"]]
|
||
Rendered /Users/jabbett/Workspace/abraham/app/views/application/_abraham.html.erb (41.9ms)
|
||
Completed 200 OK in 1272ms (Views: 1268.0ms | ActiveRecord: 0.8ms)
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-------------------------------------------------------------
|
||
DashboardControllerTest: test_home_should_have_home_tour_code
|
||
-------------------------------------------------------------
|
||
Started GET "/dashboard/home" for 127.0.0.1 at 2016-11-21 15:59:37 -0500
|
||
Processing by DashboardController#home as HTML
|
||
Rendering dashboard/home.html.erb within layouts/application
|
||
Rendered dashboard/home.html.erb within layouts/application (0.4ms)
|
||
[1m[36mAbrahamHistory Load (0.2ms)[0m [1m[34mSELECT "abraham_histories".* FROM "abraham_histories" WHERE "abraham_histories"."creator_id" = ? AND "abraham_histories"."controller_name" = ? AND "abraham_histories"."action_name" = ?[0m [["creator_id", 2528], ["controller_name", "dashboard"], ["action_name", "home"]]
|
||
Rendered /Users/jabbett/Workspace/abraham/app/views/application/_abraham.html.erb (2.0ms)
|
||
Completed 200 OK in 14ms (Views: 11.6ms | ActiveRecord: 0.2ms)
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
------------------------------------------------------------
|
||
DashboardControllerTest: test_uses_configured_shepherd_theme
|
||
------------------------------------------------------------
|
||
Started GET "/dashboard/home" for 127.0.0.1 at 2016-11-21 15:59:37 -0500
|
||
Processing by DashboardController#home as HTML
|
||
Rendering dashboard/home.html.erb within layouts/application
|
||
Rendered dashboard/home.html.erb within layouts/application (0.4ms)
|
||
[1m[36mAbrahamHistory Load (0.2ms)[0m [1m[34mSELECT "abraham_histories".* FROM "abraham_histories" WHERE "abraham_histories"."creator_id" = ? AND "abraham_histories"."controller_name" = ? AND "abraham_histories"."action_name" = ?[0m [["creator_id", 3], ["controller_name", "dashboard"], ["action_name", "home"]]
|
||
Rendered /Users/jabbett/Workspace/abraham/app/views/application/_abraham.html.erb (1.9ms)
|
||
Completed 200 OK in 13ms (Views: 11.5ms | ActiveRecord: 0.2ms)
|
||
Started GET "/dashboard/home" for 127.0.0.1 at 2016-11-21 15:59:37 -0500
|
||
Processing by DashboardController#home as HTML
|
||
Rendering dashboard/home.html.erb within layouts/application
|
||
Rendered dashboard/home.html.erb within layouts/application (0.5ms)
|
||
[1m[36mAbrahamHistory Load (0.2ms)[0m [1m[34mSELECT "abraham_histories".* FROM "abraham_histories" WHERE "abraham_histories"."creator_id" = ? AND "abraham_histories"."controller_name" = ? AND "abraham_histories"."action_name" = ?[0m [["creator_id", 56839885], ["controller_name", "dashboard"], ["action_name", "home"]]
|
||
Rendered /Users/jabbett/Workspace/abraham/app/views/application/_abraham.html.erb (2.1ms)
|
||
Completed 200 OK in 15ms (Views: 12.8ms | ActiveRecord: 0.2ms)
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
---------------------------------------------------------
|
||
InstallGeneratorTest: test_should_generate_an_initializer
|
||
---------------------------------------------------------
|
||
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-----------------------------------------------------------------------
|
||
InstallGeneratorTest: test_should_skip_the_migration_when_told_to_do_so
|
||
-----------------------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-------------------------------------------------------------------------
|
||
InstallGeneratorTest: test_should_skip_the_initializer_when_told_to_do_so
|
||
-------------------------------------------------------------------------
|
||
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
------------------------------------------------------
|
||
InstallGeneratorTest: test_should_generate_a_migration
|
||
------------------------------------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-----------------------------------------------------------------
|
||
AbrahamHistoriesControllerTest: test_should_create_AbrahamHistory
|
||
-----------------------------------------------------------------
|
||
[1m[35m (0.5ms)[0m [1m[34mSELECT COUNT(*) FROM "abraham_histories"[0m
|
||
Started POST "/abraham_histories.json" for 127.0.0.1 at 2016-11-21 15:59:37 -0500
|
||
Processing by AbrahamHistoriesController#create as JSON
|
||
Parameters: {"abraham_history"=>{"action_name"=>"foo", "controller_name"=>"bar", "tour_name"=>"baz"}}
|
||
[1m[35m (0.1ms)[0m [1m[35mSAVEPOINT active_record_1[0m
|
||
[1m[35mSQL (1.5ms)[0m [1m[32mINSERT INTO "abraham_histories" ("controller_name", "action_name", "tour_name", "creator_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["controller_name", "bar"], ["action_name", "foo"], ["tour_name", "baz"], ["creator_id", 1], ["created_at", 2016-11-21 20:59:37 UTC], ["updated_at", 2016-11-21 20:59:37 UTC]]
|
||
[1m[35m (0.1ms)[0m [1m[35mRELEASE SAVEPOINT active_record_1[0m
|
||
Completed 201 Created in 16ms (Views: 1.0ms | ActiveRecord: 2.1ms)
|
||
[1m[35m (0.1ms)[0m [1m[34mSELECT COUNT(*) FROM "abraham_histories"[0m
|
||
[1m[35m (0.5ms)[0m [1m[31mrollback transaction[0m
|
||
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
||
-------------------------
|
||
Abraham::Test: test_truth
|
||
-------------------------
|
||
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|