(1.3ms) CREATE TABLE "bigmouth_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "text" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150125121829') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.2ms) CREATE TABLE "bigmouth_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "text" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "author_id" integer)   (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20150126024751') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateBigmouthArticles (20150125121829)  (0.1ms) begin transaction  (0.2ms) CREATE TABLE "bigmouth_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "text" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQLite3::SQLException: table "bigmouth_articles" already exists: CREATE TABLE "bigmouth_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "text" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.2ms) CREATE TABLE "bigmouth_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "text" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "author_id" integer)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150126024751') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddAuthorIdToBigmouthArticles (20150126024751)  (0.1ms) begin transaction  (1.5ms) CREATE TEMPORARY TABLE "abigmouth_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "text" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "author_id" integer)   (0.1ms) SELECT * FROM "bigmouth_articles"  (0.7ms) DROP TABLE "bigmouth_articles"  (0.1ms) CREATE TABLE "bigmouth_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "text" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) SELECT * FROM "abigmouth_articles"  (0.3ms) DROP TABLE "abigmouth_articles" SQL (0.2ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20150126024751"]]  (1.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateBigmouthArticles (20150125121829)  (0.1ms) begin transaction  (0.1ms) CREATE TABLE "bigmouth_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "text" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQLite3::SQLException: table "bigmouth_articles" already exists: CREATE TABLE "bigmouth_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "text" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) rollback transaction  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateBigmouthArticles (20150125121829)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "bigmouth_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "text" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150125121829"]]  (0.8ms) commit transaction Migrating to AddAuthorIdToBigmouthArticles (20150126024751)  (0.1ms) begin transaction  (0.4ms) ALTER TABLE "bigmouth_articles" ADD "author_id" integer SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150126024751"]]  (0.6ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_show_article ----------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_destroy_article -------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index -------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------ Bigmouth::ArticlesControllerTest: test_should_get_edit ------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------ Bigmouth::ArticlesControllerTest: test_should_update_article ------------------------------------------------------------  (0.0ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_new -----------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------ Bigmouth::ArticlesControllerTest: test_should_create_article ------------------------------------------------------------  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index -------------------------------------------------------  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index -------------------------------------------------------  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index -------------------------------------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index -------------------------------------------------------  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index -------------------------------------------------------  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.0ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index -------------------------------------------------------  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.0ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index -------------------------------------------------------  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index ------------------------------------------------------- Processing by Bigmouth::ArticlesController#index as HTML Completed 500 Internal Server Error in 3ms  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index -------------------------------------------------------  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index -------------------------------------------------------  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index -------------------------------------------------------  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index ------------------------------------------------------- Processing by Bigmouth::ArticlesController#index as HTML Completed 500 Internal Server Error in 5ms  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index -------------------------------------------------------  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index ------------------------------------------------------- Processing by Bigmouth::ArticlesController#index as HTML Completed 500 Internal Server Error in 2ms  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index -------------------------------------------------------  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index -------------------------------------------------------  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index -------------------------------------------------------  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index ------------------------------------------------------- Processing by Bigmouth::ArticlesController#index as HTML Completed 500 Internal Server Error in 2ms  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index ------------------------------------------------------- Processing by Bigmouth::ArticlesController#index as HTML Completed 500 Internal Server Error in 1ms  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index ------------------------------------------------------- Processing by Bigmouth::ArticlesController#index as HTML Completed 500 Internal Server Error in 2ms  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index ------------------------------------------------------- Processing by Bigmouth::ArticlesController#index as HTML Completed 500 Internal Server Error in 2ms  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index -------------------------------------------------------  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index ------------------------------------------------------- Processing by Bigmouth::ArticlesController#index as HTML Completed 500 Internal Server Error in 2ms  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index ------------------------------------------------------- Processing by Bigmouth::ArticlesController#index as HTML Completed 500 Internal Server Error in 2ms  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) begin transaction Fixture Delete (0.9ms) DELETE FROM "bigmouth_articles" Fixture Insert (4.4ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 02:31:10', '2015-01-29 02:31:10', 980190962) Fixture Insert (0.1ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 02:31:10', '2015-01-29 02:31:10', 298486374)  (0.7ms) commit transaction  (0.1ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.6ms) DELETE FROM "bigmouth_articles" Fixture Insert (0.3ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 02:32:13', '2015-01-29 02:32:13', 980190962) Fixture Insert (0.1ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 02:32:13', '2015-01-29 02:32:13', 298486374)  (0.6ms) commit transaction  (0.0ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.7ms) DELETE FROM "bigmouth_articles" Fixture Insert (0.3ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 02:34:55', '2015-01-29 02:34:55', 980190962) Fixture Insert (0.1ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 02:34:55', '2015-01-29 02:34:55', 298486374)  (2.2ms) commit transaction  (0.0ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index -------------------------------------------------------  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index -------------------------------------------------------  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index -------------------------------------------------------  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.8ms) DELETE FROM "bigmouth_articles" Fixture Insert (0.5ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 02:54:32', '2015-01-29 02:54:32', 980190962) Fixture Insert (0.1ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 02:54:32', '2015-01-29 02:54:32', 298486374)  (0.9ms) commit transaction  (0.1ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index ------------------------------------------------------- Bigmouth::Article Load (0.3ms) SELECT "bigmouth_articles".* FROM "bigmouth_articles" WHERE "bigmouth_articles"."id" = ? LIMIT 1 [["id", 980190962]]  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index -------------------------------------------------------  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "bigmouth_articles" Fixture Insert (0.1ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 02:57:51', '2015-01-29 02:57:51', 980190962) Fixture Insert (0.1ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 02:57:51', '2015-01-29 02:57:51', 298486374)  (4.7ms) commit transaction  (0.0ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.3ms) CREATE TABLE "bigmouth_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "text" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "author_id" integer)   (0.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar NOT NULL, "crypted_password" varchar, "salt" varchar, "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (5.1ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150129053810') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (5.2ms) CREATE TABLE "bigmouth_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "text" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "author_id" integer)   (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar NOT NULL, "crypted_password" varchar, "salt" varchar, "created_at" datetime, "updated_at" datetime)  (0.1ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150129053810') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateBigmouthArticles (20150125121829)  (0.1ms) begin transaction  (0.1ms) CREATE TABLE "bigmouth_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "text" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQLite3::SQLException: table "bigmouth_articles" already exists: CREATE TABLE "bigmouth_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "text" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) rollback transaction  (5.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateBigmouthArticles (20150125121829)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "bigmouth_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "text" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150125121829"]]  (4.9ms) commit transaction Migrating to AddAuthorIdToBigmouthArticles (20150126024751)  (0.5ms) begin transaction  (0.7ms) ALTER TABLE "bigmouth_articles" ADD "author_id" integer SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150126024751"]]  (0.7ms) commit transaction Migrating to SorceryCore (20150129053810)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar NOT NULL, "crypted_password" varchar, "salt" varchar, "created_at" datetime, "updated_at" datetime)  (0.6ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150129053810"]]  (0.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.7ms) DELETE FROM "bigmouth_articles" Fixture Insert (0.1ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 06:42:30', '2015-01-29 06:42:30', 980190962) Fixture Insert (0.1ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 06:42:30', '2015-01-29 06:42:30', 298486374)  (0.8ms) commit transaction  (0.0ms) begin transaction ---------------------------------------- UsersControllerTest: test_should_get_new ----------------------------------------  (0.1ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------- UsersControllerTest: test_should_update_user --------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------ UsersControllerTest: test_should_get_index ------------------------------------------  (0.0ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------- UsersControllerTest: test_should_get_edit -----------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------- UsersControllerTest: test_should_create_user --------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------- UsersControllerTest: test_should_destroy_user ---------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------ UsersControllerTest: test_should_show_user ------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------- SessionsControllerTest: test_should_get_destroy ----------------------------------------------- Processing by SessionsController#destroy as HTML Redirected to http://test.host/login Filter chain halted as :require_login rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------- SessionsControllerTest: test_should_get_create ---------------------------------------------- Processing by SessionsController#create as HTML Rendered sessions/_form.html.erb (1.9ms) Rendered sessions/new.html.erb within layouts/application (44.7ms) Completed 200 OK in 135ms (Views: 109.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------- SessionsControllerTest: test_should_get_new ------------------------------------------- Processing by SessionsController#new as HTML Rendered sessions/_form.html.erb (0.4ms) Rendered sessions/new.html.erb within layouts/application (0.6ms) Completed 200 OK in 5ms (Views: 1.2ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index ------------------------------------------------------- Bigmouth::Article Load (0.3ms) SELECT "bigmouth_articles".* FROM "bigmouth_articles" WHERE "bigmouth_articles"."id" = ? LIMIT 1 [["id", 980190962]]  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "bigmouth_articles" Fixture Insert (0.1ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 06:45:10', '2015-01-29 06:45:10', 980190962) Fixture Insert (0.1ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 06:45:10', '2015-01-29 06:45:10', 298486374)  (5.0ms) commit transaction  (0.1ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index ------------------------------------------------------- Bigmouth::Article Load (0.2ms) SELECT "bigmouth_articles".* FROM "bigmouth_articles" WHERE "bigmouth_articles"."id" = ? LIMIT 1 [["id", 980190962]]  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.6ms) DELETE FROM "bigmouth_articles" Fixture Insert (0.4ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 06:47:25', '2015-01-29 06:47:25', 980190962) Fixture Insert (0.1ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 06:47:25', '2015-01-29 06:47:25', 298486374)  (0.6ms) commit transaction  (0.0ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index ------------------------------------------------------- Bigmouth::Article Load (0.2ms) SELECT "bigmouth_articles".* FROM "bigmouth_articles" WHERE "bigmouth_articles"."id" = ? LIMIT 1 [["id", 980190962]] Processing by Bigmouth::ArticlesController#index as HTML Bigmouth::Article Load (0.1ms) SELECT "bigmouth_articles".* FROM "bigmouth_articles" Rendered /Users/mubae/Desktop/bigmouth/app/views/bigmouth/articles/index.html.slim within layouts/application (38.4ms) Completed 200 OK in 73ms (Views: 72.5ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "bigmouth_articles" Fixture Insert (0.3ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 06:49:30', '2015-01-29 06:49:30', 980190962) Fixture Insert (0.1ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 06:49:30', '2015-01-29 06:49:30', 298486374)  (1.3ms) commit transaction  (0.1ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index ------------------------------------------------------- Bigmouth::Article Load (0.2ms) SELECT "bigmouth_articles".* FROM "bigmouth_articles" WHERE "bigmouth_articles"."id" = ? LIMIT 1 [["id", 980190962]] Processing by Bigmouth::ArticlesController#index as HTML Bigmouth::Article Load (0.2ms) SELECT "bigmouth_articles".* FROM "bigmouth_articles" Rendered /Users/mubae/Desktop/bigmouth/app/views/bigmouth/articles/index.html.slim within layouts/application (28.5ms) Completed 200 OK in 50ms (Views: 49.3ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_new ----------------------------------------------------- Bigmouth::Article Load (0.1ms) SELECT "bigmouth_articles".* FROM "bigmouth_articles" WHERE "bigmouth_articles"."id" = ? LIMIT 1 [["id", 980190962]] Processing by Bigmouth::ArticlesController#new as HTML Redirected to http://test.host/blog/ Filter chain halted as :action_requires_login rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (5.1ms) DELETE FROM "bigmouth_articles" Fixture Insert (0.6ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 06:52:06', '2015-01-29 06:52:06', 980190962) Fixture Insert (0.1ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 06:52:06', '2015-01-29 06:52:06', 298486374) Fixture Delete (0.2ms) DELETE FROM "bigmouth_users" SQLite3::SQLException: no such table: bigmouth_users: DELETE FROM "bigmouth_users"  (0.6ms) rollback transaction  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "bigmouth_articles" Fixture Insert (0.1ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 06:52:06', '2015-01-29 06:52:06', 980190962) Fixture Insert (0.1ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 06:52:06', '2015-01-29 06:52:06', 298486374) Fixture Delete (0.2ms) DELETE FROM "bigmouth_users" SQLite3::SQLException: no such table: bigmouth_users: DELETE FROM "bigmouth_users"  (4.8ms) rollback transaction  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "bigmouth_articles" Fixture Insert (0.1ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 06:52:06', '2015-01-29 06:52:06', 980190962) Fixture Insert (0.1ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 06:52:06', '2015-01-29 06:52:06', 298486374) Fixture Delete (0.1ms) DELETE FROM "bigmouth_users" SQLite3::SQLException: no such table: bigmouth_users: DELETE FROM "bigmouth_users"  (4.6ms) rollback transaction ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (5.2ms) DELETE FROM "bigmouth_articles" Fixture Insert (0.5ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 06:52:42', '2015-01-29 06:52:42', 980190962) Fixture Insert (0.1ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 06:52:42', '2015-01-29 06:52:42', 298486374) Fixture Delete (0.2ms) DELETE FROM "bigmouth_users" SQLite3::SQLException: no such table: bigmouth_users: DELETE FROM "bigmouth_users"  (0.5ms) rollback transaction  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "bigmouth_articles" Fixture Insert (0.1ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 06:52:42', '2015-01-29 06:52:42', 980190962) Fixture Insert (0.1ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 06:52:42', '2015-01-29 06:52:42', 298486374) Fixture Delete (0.1ms) DELETE FROM "bigmouth_users" SQLite3::SQLException: no such table: bigmouth_users: DELETE FROM "bigmouth_users"  (4.3ms) rollback transaction  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "bigmouth_articles" Fixture Insert (0.1ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 06:52:42', '2015-01-29 06:52:42', 980190962) Fixture Insert (0.1ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 06:52:42', '2015-01-29 06:52:42', 298486374) Fixture Delete (0.1ms) DELETE FROM "bigmouth_users" SQLite3::SQLException: no such table: bigmouth_users: DELETE FROM "bigmouth_users"  (4.5ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'  ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "bigmouth_articles" Fixture Insert (0.1ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 06:53:20', '2015-01-29 06:53:20', 980190962) Fixture Insert (0.1ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 06:53:20', '2015-01-29 06:53:20', 298486374) Fixture Delete (0.1ms) DELETE FROM "bigmouth_users" SQLite3::SQLException: no such table: bigmouth_users: DELETE FROM "bigmouth_users"  (4.6ms) rollback transaction  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "bigmouth_articles" Fixture Insert (0.1ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 06:53:20', '2015-01-29 06:53:20', 980190962) Fixture Insert (0.1ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 06:53:20', '2015-01-29 06:53:20', 298486374) Fixture Delete (0.1ms) DELETE FROM "bigmouth_users" SQLite3::SQLException: no such table: bigmouth_users: DELETE FROM "bigmouth_users"  (4.5ms) rollback transaction  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "bigmouth_articles" Fixture Insert (0.1ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 06:53:20', '2015-01-29 06:53:20', 980190962) Fixture Insert (0.1ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 06:53:20', '2015-01-29 06:53:20', 298486374) Fixture Delete (0.1ms) DELETE FROM "bigmouth_users" SQLite3::SQLException: no such table: bigmouth_users: DELETE FROM "bigmouth_users"  (4.7ms) rollback transaction ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "bigmouth_articles" Fixture Insert (0.7ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 06:57:10', '2015-01-29 06:57:10', 980190962) Fixture Insert (0.3ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 06:57:10', '2015-01-29 06:57:10', 298486374) Fixture Delete (0.3ms) DELETE FROM "bigmouth_users" SQLite3::SQLException: no such table: bigmouth_users: DELETE FROM "bigmouth_users"  (0.8ms) rollback transaction  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "bigmouth_articles" Fixture Insert (0.1ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 06:57:10', '2015-01-29 06:57:10', 980190962) Fixture Insert (0.1ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 06:57:10', '2015-01-29 06:57:10', 298486374) Fixture Delete (0.3ms) DELETE FROM "bigmouth_users" SQLite3::SQLException: no such table: bigmouth_users: DELETE FROM "bigmouth_users"  (2.0ms) rollback transaction  (0.1ms) begin transaction Fixture Delete (0.4ms) DELETE FROM "bigmouth_articles" Fixture Insert (0.2ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 06:57:11', '2015-01-29 06:57:11', 980190962) Fixture Insert (0.1ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 06:57:11', '2015-01-29 06:57:11', 298486374) Fixture Delete (0.2ms) DELETE FROM "bigmouth_users" SQLite3::SQLException: no such table: bigmouth_users: DELETE FROM "bigmouth_users"  (4.5ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_users_on_email' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_users_on_email' AND type='index'  ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "bigmouth_articles" Fixture Insert (0.7ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 06:58:43', '2015-01-29 06:58:43', 980190962) Fixture Insert (0.1ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 06:58:43', '2015-01-29 06:58:43', 298486374) Fixture Delete (0.5ms) DELETE FROM "users" Fixture Insert (0.2ms) INSERT INTO "users" ("email", "salt", "crypted_password", "created_at", "updated_at", "id") VALUES ('testuser@example.com', 'asdasdastr4325234324sdfds', '$2a$10$i2Rq74ZuA9GNmXySkKqgQOeUcJSlcFrrxG29pHm6sFCBap3usAUoS', '2015-01-29 06:58:43', '2015-01-29 06:58:43', 980190962)  (3.5ms) commit transaction  (0.1ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index ------------------------------------------------------- Bigmouth::Article Load (0.2ms) SELECT "bigmouth_articles".* FROM "bigmouth_articles" WHERE "bigmouth_articles"."id" = ? LIMIT 1 [["id", 980190962]]  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_new_when_logging_in --------------------------------------------------------------------- Bigmouth::Article Load (0.1ms) SELECT "bigmouth_articles".* FROM "bigmouth_articles" WHERE "bigmouth_articles"."id" = ? LIMIT 1 [["id", 980190962]]  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "bigmouth_articles" Fixture Insert (0.3ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 06:58:54', '2015-01-29 06:58:54', 980190962) Fixture Insert (0.1ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 06:58:54', '2015-01-29 06:58:54', 298486374) Fixture Delete (0.2ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("email", "salt", "crypted_password", "created_at", "updated_at", "id") VALUES ('testuser@example.com', 'asdasdastr4325234324sdfds', '$2a$10$BjeS71h5qQGO7c5sGsxvTe1vfCeG/GZ9Q8tEFou110WcsNQvT8.cW', '2015-01-29 06:58:54', '2015-01-29 06:58:54', 980190962)  (5.2ms) commit transaction  (0.1ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index ------------------------------------------------------- Bigmouth::Article Load (0.2ms) SELECT "bigmouth_articles".* FROM "bigmouth_articles" WHERE "bigmouth_articles"."id" = ? LIMIT 1 [["id", 980190962]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]] Processing by Bigmouth::ArticlesController#index as HTML Bigmouth::Article Load (0.1ms) SELECT "bigmouth_articles".* FROM "bigmouth_articles" Rendered /Users/mubae/Desktop/bigmouth/app/views/bigmouth/articles/index.html.slim within layouts/application (28.9ms) Completed 200 OK in 56ms (Views: 55.6ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_new_when_logging_in --------------------------------------------------------------------- Bigmouth::Article Load (0.1ms) SELECT "bigmouth_articles".* FROM "bigmouth_articles" WHERE "bigmouth_articles"."id" = ? LIMIT 1 [["id", 980190962]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "bigmouth_articles" Fixture Insert (0.1ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 06:59:59', '2015-01-29 06:59:59', 980190962) Fixture Insert (0.1ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 06:59:59', '2015-01-29 06:59:59', 298486374) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("email", "salt", "crypted_password", "created_at", "updated_at", "id") VALUES ('testuser@example.com', 'asdasdastr4325234324sdfds', '$2a$10$ckXOZT2.HdWThlowmV1XwuYew09bYRzndob8AR2LMyssnnsvmLK4.', '2015-01-29 06:59:59', '2015-01-29 06:59:59', 980190962)  (5.3ms) commit transaction  (0.1ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.0ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index ------------------------------------------------------- Bigmouth::Article Load (0.2ms) SELECT "bigmouth_articles".* FROM "bigmouth_articles" WHERE "bigmouth_articles"."id" = ? LIMIT 1 [["id", 980190962]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]] Processing by Bigmouth::ArticlesController#index as HTML Bigmouth::Article Load (0.1ms) SELECT "bigmouth_articles".* FROM "bigmouth_articles" Rendered /Users/mubae/Desktop/bigmouth/app/views/bigmouth/articles/index.html.slim within layouts/application (24.0ms) Completed 200 OK in 44ms (Views: 43.3ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_new_when_logging_in --------------------------------------------------------------------- Bigmouth::Article Load (0.1ms) SELECT "bigmouth_articles".* FROM "bigmouth_articles" WHERE "bigmouth_articles"."id" = ? LIMIT 1 [["id", 980190962]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]] Processing by Bigmouth::ArticlesController#new as HTML Rendered /Users/mubae/Desktop/bigmouth/app/views/bigmouth/articles/_form.html.slim (95.7ms) Rendered /Users/mubae/Desktop/bigmouth/app/views/bigmouth/articles/new.html.slim within layouts/bigmouth/default (113.4ms) Completed 500 Internal Server Error in 2070ms  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (5.7ms) DELETE FROM "bigmouth_articles" Fixture Insert (0.5ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 07:47:10', '2015-01-29 07:47:10', 980190962) Fixture Insert (0.1ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 07:47:10', '2015-01-29 07:47:10', 298486374) Fixture Delete (0.4ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("email", "salt", "crypted_password", "created_at", "updated_at", "id") VALUES ('testuser@example.com', 'asdasdastr4325234324sdfds', '$2a$10$drbXkJ0yK.Xra.8o1SwoBOowlKkT4YvtQecrijGS6MSHPjhRyY8Vu', '2015-01-29 07:47:10', '2015-01-29 07:47:10', 980190962)  (1.1ms) commit transaction  (0.1ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index ------------------------------------------------------- Bigmouth::Article Load (0.6ms) SELECT "bigmouth_articles".* FROM "bigmouth_articles" WHERE "bigmouth_articles"."id" = ? LIMIT 1 [["id", 980190962]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]] Processing by Bigmouth::ArticlesController#index as HTML Bigmouth::Article Load (0.1ms) SELECT "bigmouth_articles".* FROM "bigmouth_articles" Rendered /Users/mubae/Desktop/bigmouth/app/views/bigmouth/articles/index.html.slim within layouts/bigmouth/default (36.4ms) Completed 200 OK in 1509ms (Views: 1508.4ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_new_when_logging_in --------------------------------------------------------------------- Bigmouth::Article Load (0.2ms) SELECT "bigmouth_articles".* FROM "bigmouth_articles" WHERE "bigmouth_articles"."id" = ? LIMIT 1 [["id", 980190962]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]] Processing by Bigmouth::ArticlesController#new as HTML Rendered /Users/mubae/Desktop/bigmouth/app/views/bigmouth/articles/_form.html.slim (32.5ms) Rendered /Users/mubae/Desktop/bigmouth/app/views/bigmouth/articles/new.html.slim within layouts/bigmouth/default (43.1ms) Completed 200 OK in 50ms (Views: 49.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.4ms) DELETE FROM "bigmouth_articles" Fixture Insert (0.2ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 07:49:01', '2015-01-29 07:49:01', 980190962) Fixture Insert (0.1ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 07:49:01', '2015-01-29 07:49:01', 298486374) Fixture Delete (0.1ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("email", "salt", "crypted_password", "created_at", "updated_at", "id") VALUES ('testuser@example.com', 'asdasdastr4325234324sdfds', '$2a$10$DHghPgOMxu2QW0b1X.Pf/ej/olcKPElC/afD2eqcugqFSf8g1b2fu', '2015-01-29 07:49:01', '2015-01-29 07:49:01', 980190962)  (0.8ms) commit transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_not_get_new_without_logging_in ---------------------------------------------------------------------------- Bigmouth::Article Load (0.2ms) SELECT "bigmouth_articles".* FROM "bigmouth_articles" WHERE "bigmouth_articles"."id" = ? LIMIT 1 [["id", 980190962]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]] Processing by Bigmouth::ArticlesController#new as HTML Redirected to http://test.host/blog/ Filter chain halted as :action_requires_login rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index ------------------------------------------------------- Bigmouth::Article Load (0.1ms) SELECT "bigmouth_articles".* FROM "bigmouth_articles" WHERE "bigmouth_articles"."id" = ? LIMIT 1 [["id", 980190962]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]] Processing by Bigmouth::ArticlesController#index as HTML Bigmouth::Article Load (0.1ms) SELECT "bigmouth_articles".* FROM "bigmouth_articles" Rendered /Users/mubae/Desktop/bigmouth/app/views/bigmouth/articles/index.html.slim within layouts/bigmouth/default (31.0ms) Completed 200 OK in 117ms (Views: 116.1ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_new_when_logging_in --------------------------------------------------------------------- Bigmouth::Article Load (0.1ms) SELECT "bigmouth_articles".* FROM "bigmouth_articles" WHERE "bigmouth_articles"."id" = ? LIMIT 1 [["id", 980190962]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]] Processing by Bigmouth::ArticlesController#new as HTML Rendered /Users/mubae/Desktop/bigmouth/app/views/bigmouth/articles/_form.html.slim (46.9ms) Rendered /Users/mubae/Desktop/bigmouth/app/views/bigmouth/articles/new.html.slim within layouts/bigmouth/default (60.7ms) Completed 200 OK in 65ms (Views: 64.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.2ms) DELETE FROM "bigmouth_articles" Fixture Insert (0.3ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 07:49:54', '2015-01-29 07:49:54', 980190962) Fixture Insert (0.1ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 07:49:54', '2015-01-29 07:49:54', 298486374) Fixture Delete (0.2ms) DELETE FROM "users" Fixture Insert (0.2ms) INSERT INTO "users" ("email", "salt", "crypted_password", "created_at", "updated_at", "id") VALUES ('testuser@example.com', 'asdasdastr4325234324sdfds', '$2a$10$zMTucDSieCRbgfeHurOsW.0IjQtyEGjQlsxU7Fti9SdU1E1DzyMd6', '2015-01-29 07:49:54', '2015-01-29 07:49:54', 980190962)  (1.0ms) commit transaction  (0.1ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index ------------------------------------------------------- Bigmouth::Article Load (0.2ms) SELECT "bigmouth_articles".* FROM "bigmouth_articles" WHERE "bigmouth_articles"."id" = ? LIMIT 1 [["id", 980190962]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]] Processing by Bigmouth::ArticlesController#index as HTML Bigmouth::Article Load (0.1ms) SELECT "bigmouth_articles".* FROM "bigmouth_articles" Rendered /Users/mubae/Desktop/bigmouth/app/views/bigmouth/articles/index.html.slim within layouts/bigmouth/default (29.3ms) Completed 200 OK in 91ms (Views: 90.1ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction --------------------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_new_when_logging_in --------------------------------------------------------------------- Bigmouth::Article Load (0.1ms) SELECT "bigmouth_articles".* FROM "bigmouth_articles" WHERE "bigmouth_articles"."id" = ? LIMIT 1 [["id", 980190962]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]] Processing by Bigmouth::ArticlesController#new as HTML Rendered /Users/mubae/Desktop/bigmouth/app/views/bigmouth/articles/_form.html.slim (37.4ms) Rendered /Users/mubae/Desktop/bigmouth/app/views/bigmouth/articles/new.html.slim within layouts/bigmouth/default (50.9ms) Completed 200 OK in 55ms (Views: 55.0ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_not_get_new_without_logging_in ---------------------------------------------------------------------------- Bigmouth::Article Load (0.1ms) SELECT "bigmouth_articles".* FROM "bigmouth_articles" WHERE "bigmouth_articles"."id" = ? LIMIT 1 [["id", 980190962]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]] Processing by Bigmouth::ArticlesController#new as HTML Redirected to http://test.host/blog/ Filter chain halted as :action_requires_login rendered or redirected Completed 302 Found in 1ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (0.3ms) DELETE FROM "bigmouth_articles" Fixture Insert (0.2ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 07:50:21', '2015-01-29 07:50:21', 980190962) Fixture Insert (0.1ms) INSERT INTO "bigmouth_articles" ("title", "text", "created_at", "updated_at", "id") VALUES ('MyString', 'MyText', '2015-01-29 07:50:21', '2015-01-29 07:50:21', 298486374) Fixture Delete (0.2ms) DELETE FROM "users" Fixture Insert (0.1ms) INSERT INTO "users" ("email", "salt", "crypted_password", "created_at", "updated_at", "id") VALUES ('testuser@example.com', 'asdasdastr4325234324sdfds', '$2a$10$d7l/Oe3XWBsNUxq8eUxVAOtVSVWDjBimHYBdLchvdEiOvH9pbCDhu', '2015-01-29 07:50:21', '2015-01-29 07:50:21', 980190962)  (5.7ms) commit transaction  (0.1ms) begin transaction ------------------------ BigmouthTest: test_truth ------------------------  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_not_get_new_without_logging_in ---------------------------------------------------------------------------- Bigmouth::Article Load (0.2ms) SELECT "bigmouth_articles".* FROM "bigmouth_articles" WHERE "bigmouth_articles"."id" = ? LIMIT 1 [["id", 980190962]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]] Processing by Bigmouth::ArticlesController#new as HTML Redirected to http://test.host/blog/ Filter chain halted as :action_requires_login rendered or redirected Completed 302 Found in 2ms (ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_index ------------------------------------------------------- Bigmouth::Article Load (0.1ms) SELECT "bigmouth_articles".* FROM "bigmouth_articles" WHERE "bigmouth_articles"."id" = ? LIMIT 1 [["id", 980190962]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]] Processing by Bigmouth::ArticlesController#index as HTML Bigmouth::Article Load (0.1ms) SELECT "bigmouth_articles".* FROM "bigmouth_articles" Rendered /Users/mubae/Desktop/bigmouth/app/views/bigmouth/articles/index.html.slim within layouts/bigmouth/default (28.4ms) Completed 200 OK in 80ms (Views: 79.1ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction --------------------------------------------------------------------- Bigmouth::ArticlesControllerTest: test_should_get_new_when_logging_in --------------------------------------------------------------------- Bigmouth::Article Load (0.1ms) SELECT "bigmouth_articles".* FROM "bigmouth_articles" WHERE "bigmouth_articles"."id" = ? LIMIT 1 [["id", 980190962]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]] Processing by Bigmouth::ArticlesController#new as HTML Rendered /Users/mubae/Desktop/bigmouth/app/views/bigmouth/articles/_form.html.slim (33.5ms) Rendered /Users/mubae/Desktop/bigmouth/app/views/bigmouth/articles/new.html.slim within layouts/bigmouth/default (54.5ms) Completed 200 OK in 59ms (Views: 58.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction