(27.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (9.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (1.9ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateApptCalendars (20150804002016)  (0.1ms) begin transaction  (4.9ms) CREATE TABLE "appt_calendars" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (1.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150804002016"]]  (6.1ms) commit transaction Migrating to CreateApptBlocks (20150804003348)  (0.1ms) begin transaction  (4.8ms) CREATE TABLE "appt_blocks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.9ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150804003348"]]  (5.0ms) commit transaction Migrating to CreateApptAppointments (20150804003846)  (0.1ms) begin transaction  (5.2ms) CREATE TABLE "appt_appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (1.0ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150804003846"]]  (6.0ms) commit transaction ActiveRecord::SchemaMigration Load (2.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (1.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (3.0ms) DELETE FROM "appt_appointments" Fixture Insert (0.8ms) INSERT INTO "appt_appointments" ("created_at", "updated_at", "id") VALUES ('2015-08-04 01:07:49', '2015-08-04 01:07:49', 980190962) Fixture Insert (0.1ms) INSERT INTO "appt_appointments" ("created_at", "updated_at", "id") VALUES ('2015-08-04 01:07:49', '2015-08-04 01:07:49', 298486374) Fixture Delete (0.6ms) DELETE FROM "appt_blocks" Fixture Insert (0.1ms) INSERT INTO "appt_blocks" ("created_at", "updated_at", "id") VALUES ('2015-08-04 01:07:49', '2015-08-04 01:07:49', 980190962) Fixture Insert (0.1ms) INSERT INTO "appt_blocks" ("created_at", "updated_at", "id") VALUES ('2015-08-04 01:07:49', '2015-08-04 01:07:49', 298486374) Fixture Delete (0.6ms) DELETE FROM "appt_calendars" Fixture Insert (0.1ms) INSERT INTO "appt_calendars" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-08-04 01:07:49', '2015-08-04 01:07:49', 980190962) Fixture Insert (0.1ms) INSERT INTO "appt_calendars" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-08-04 01:07:49', '2015-08-04 01:07:49', 298486374)  (8.8ms) rollback transaction ActiveRecord::SchemaMigration Load (2.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (2.9ms) DELETE FROM "appt_appointments" Fixture Insert (0.8ms) INSERT INTO "appt_appointments" ("created_at", "updated_at", "id") VALUES ('2015-08-04 01:08:23', '2015-08-04 01:08:23', 980190962) Fixture Insert (0.1ms) INSERT INTO "appt_appointments" ("created_at", "updated_at", "id") VALUES ('2015-08-04 01:08:23', '2015-08-04 01:08:23', 298486374) Fixture Delete (0.6ms) DELETE FROM "appt_blocks" Fixture Insert (0.1ms) INSERT INTO "appt_blocks" ("created_at", "updated_at", "id") VALUES ('2015-08-04 01:08:23', '2015-08-04 01:08:23', 980190962) Fixture Insert (0.1ms) INSERT INTO "appt_blocks" ("created_at", "updated_at", "id") VALUES ('2015-08-04 01:08:23', '2015-08-04 01:08:23', 298486374) Fixture Delete (0.6ms) DELETE FROM "appt_calendars" Fixture Insert (0.1ms) INSERT INTO "appt_calendars" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-08-04 01:08:23', '2015-08-04 01:08:23', 980190962) Fixture Insert (0.1ms) INSERT INTO "appt_calendars" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-08-04 01:08:23', '2015-08-04 01:08:23', 298486374)  (11.1ms) rollback transaction ActiveRecord::SchemaMigration Load (2.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (2.9ms) DELETE FROM "appt_appointments" Fixture Insert (0.8ms) INSERT INTO "appt_appointments" ("created_at", "updated_at", "id") VALUES ('2015-08-04 01:09:41', '2015-08-04 01:09:41', 980190962) Fixture Insert (0.1ms) INSERT INTO "appt_appointments" ("created_at", "updated_at", "id") VALUES ('2015-08-04 01:09:41', '2015-08-04 01:09:41', 298486374) Fixture Delete (0.6ms) DELETE FROM "appt_blocks" Fixture Insert (0.1ms) INSERT INTO "appt_blocks" ("created_at", "updated_at", "id") VALUES ('2015-08-04 01:09:41', '2015-08-04 01:09:41', 980190962) Fixture Insert (0.1ms) INSERT INTO "appt_blocks" ("created_at", "updated_at", "id") VALUES ('2015-08-04 01:09:41', '2015-08-04 01:09:41', 298486374) Fixture Delete (0.6ms) DELETE FROM "appt_calendars" Fixture Insert (0.1ms) INSERT INTO "appt_calendars" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-08-04 01:09:41', '2015-08-04 01:09:41', 980190962) Fixture Insert (0.1ms) INSERT INTO "appt_calendars" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-08-04 01:09:41', '2015-08-04 01:09:41', 298486374)  (70.0ms) rollback transaction ActiveRecord::SchemaMigration Load (2.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (3.1ms) DELETE FROM "appt_appointments" Fixture Insert (0.7ms) INSERT INTO "appt_appointments" ("created_at", "updated_at", "id") VALUES ('2015-08-04 01:11:07', '2015-08-04 01:11:07', 980190962) Fixture Insert (0.1ms) INSERT INTO "appt_appointments" ("created_at", "updated_at", "id") VALUES ('2015-08-04 01:11:07', '2015-08-04 01:11:07', 298486374) Fixture Delete (0.5ms) DELETE FROM "appt_blocks" Fixture Insert (0.1ms) INSERT INTO "appt_blocks" ("created_at", "updated_at", "id") VALUES ('2015-08-04 01:11:07', '2015-08-04 01:11:07', 980190962) Fixture Insert (0.1ms) INSERT INTO "appt_blocks" ("created_at", "updated_at", "id") VALUES ('2015-08-04 01:11:07', '2015-08-04 01:11:07', 298486374) Fixture Delete (0.7ms) DELETE FROM "appt_calendars" Fixture Insert (0.1ms) INSERT INTO "appt_calendars" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-08-04 01:11:07', '2015-08-04 01:11:07', 980190962) Fixture Insert (0.1ms) INSERT INTO "appt_calendars" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-08-04 01:11:07', '2015-08-04 01:11:07', 298486374)  (6.8ms) commit transaction  (0.1ms) begin transaction -------------------- ApptTest: test_truth --------------------  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (1.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (3.2ms) DELETE FROM "appt_appointments" Fixture Insert (0.7ms) INSERT INTO "appt_appointments" ("created_at", "updated_at", "id") VALUES ('2015-08-04 01:17:38', '2015-08-04 01:17:38', 980190962) Fixture Insert (0.1ms) INSERT INTO "appt_appointments" ("created_at", "updated_at", "id") VALUES ('2015-08-04 01:17:38', '2015-08-04 01:17:38', 298486374) Fixture Delete (0.6ms) DELETE FROM "appt_blocks" Fixture Insert (0.1ms) INSERT INTO "appt_blocks" ("created_at", "updated_at", "id") VALUES ('2015-08-04 01:17:38', '2015-08-04 01:17:38', 980190962) Fixture Insert (0.1ms) INSERT INTO "appt_blocks" ("created_at", "updated_at", "id") VALUES ('2015-08-04 01:17:38', '2015-08-04 01:17:38', 298486374) Fixture Delete (0.6ms) DELETE FROM "appt_calendars" Fixture Insert (0.1ms) INSERT INTO "appt_calendars" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-08-04 01:17:38', '2015-08-04 01:17:38', 980190962) Fixture Insert (0.1ms) INSERT INTO "appt_calendars" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-08-04 01:17:38', '2015-08-04 01:17:38', 298486374)  (6.6ms) commit transaction  (0.1ms) begin transaction -------------------- ApptTest: test_truth --------------------  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (1.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (3.1ms) DELETE FROM "appt_appointments" Fixture Insert (0.7ms) INSERT INTO "appt_appointments" ("created_at", "updated_at", "id") VALUES ('2015-08-04 01:21:35', '2015-08-04 01:21:35', 980190962) Fixture Insert (0.1ms) INSERT INTO "appt_appointments" ("created_at", "updated_at", "id") VALUES ('2015-08-04 01:21:35', '2015-08-04 01:21:35', 298486374) Fixture Delete (0.6ms) DELETE FROM "appt_blocks" Fixture Insert (0.1ms) INSERT INTO "appt_blocks" ("created_at", "updated_at", "id") VALUES ('2015-08-04 01:21:35', '2015-08-04 01:21:35', 980190962) Fixture Insert (0.1ms) INSERT INTO "appt_blocks" ("created_at", "updated_at", "id") VALUES ('2015-08-04 01:21:35', '2015-08-04 01:21:35', 298486374) Fixture Delete (0.6ms) DELETE FROM "appt_calendars" Fixture Insert (0.1ms) INSERT INTO "appt_calendars" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-08-04 01:21:35', '2015-08-04 01:21:35', 980190962) Fixture Insert (0.1ms) INSERT INTO "appt_calendars" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-08-04 01:21:35', '2015-08-04 01:21:35', 298486374)  (6.0ms) commit transaction  (0.1ms) begin transaction -------------------- ApptTest: test_truth --------------------  (0.0ms) rollback transaction  (10.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (7.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (1.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateApptCalendars (20150804002016)  (0.1ms) begin transaction  (4.3ms) CREATE TABLE "appt_calendars" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150804002016"]]  (5.0ms) commit transaction Migrating to CreateApptBlocks (20150804003348)  (0.1ms) begin transaction  (3.3ms) CREATE TABLE "appt_blocks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150804003348"]]  (4.4ms) commit transaction Migrating to CreateApptAppointments (20150804003846)  (0.1ms) begin transaction  (3.4ms) CREATE TABLE "appt_appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150804003846"]]  (4.3ms) commit transaction ActiveRecord::SchemaMigration Load (1.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (6.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (12.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (1.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateApptCalendars (20150804002016)  (0.1ms) begin transaction  (4.3ms) CREATE TABLE "appt_calendars" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (1.0ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150804002016"]]  (7.6ms) commit transaction Migrating to CreateApptBlocks (20150804003348)  (0.1ms) begin transaction  (4.9ms) CREATE TABLE "appt_blocks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (1.0ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150804003348"]]  (5.2ms) commit transaction Migrating to CreateApptAppointments (20150804003846)  (0.1ms) begin transaction  (5.0ms) CREATE TABLE "appt_appointments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (3.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150804003846"]]  (6.3ms) commit transaction ActiveRecord::SchemaMigration Load (2.3ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (2.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Fixture Delete (2.1ms) DELETE FROM "appt_appointments" Fixture Insert (0.9ms) INSERT INTO "appt_appointments" ("created_at", "updated_at", "id") VALUES ('2015-08-04 01:40:43', '2015-08-04 01:40:43', 980190962) Fixture Insert (0.1ms) INSERT INTO "appt_appointments" ("created_at", "updated_at", "id") VALUES ('2015-08-04 01:40:43', '2015-08-04 01:40:43', 298486374) Fixture Delete (0.6ms) DELETE FROM "appt_blocks" Fixture Insert (0.1ms) INSERT INTO "appt_blocks" ("created_at", "updated_at", "id") VALUES ('2015-08-04 01:40:43', '2015-08-04 01:40:43', 980190962) Fixture Insert (0.1ms) INSERT INTO "appt_blocks" ("created_at", "updated_at", "id") VALUES ('2015-08-04 01:40:43', '2015-08-04 01:40:43', 298486374) Fixture Delete (0.7ms) DELETE FROM "appt_calendars" Fixture Insert (0.1ms) INSERT INTO "appt_calendars" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-08-04 01:40:43', '2015-08-04 01:40:43', 980190962) Fixture Insert (0.1ms) INSERT INTO "appt_calendars" ("name", "created_at", "updated_at", "id") VALUES ('MyString', '2015-08-04 01:40:43', '2015-08-04 01:40:43', 298486374)  (6.1ms) commit transaction  (0.1ms) begin transaction -------------------- ApptTest: test_truth --------------------  (0.1ms) rollback transaction  (5.5ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (2.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateApptCalendars (20150804002016)  (0.5ms) BEGIN  (6.2ms) CREATE TABLE "appt_calendars" ("id" serial primary key, "name" character varying, "availability" text, "timezone_name" character varying, "resolution_minutes" integer, "min_hours" integer, "max_days" integer, "lock_hours" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150804002016"]]  (0.9ms) COMMIT Migrating to CreateApptBlocks (20150804003348)  (0.3ms) BEGIN  (4.9ms) CREATE TABLE "appt_blocks" ("id" serial primary key, "name" character varying, "calendar_id" integer, "day" date NOT NULL, "start" character varying NOT NULL, "end" character varying NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150804003348"]]  (0.9ms) COMMIT Migrating to CreateApptAppointments (20150804003846)  (0.3ms) BEGIN  (4.8ms) CREATE TABLE "appt_appointments" ("id" serial primary key, "calendar_id" integer, "day" date NOT NULL, "start" character varying NOT NULL, "end" character varying NOT NULL, "email" character varying, "firstname" character varying, "lastname" character varying, "phone" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150804003846"]]  (0.7ms) COMMIT Migrating to CreateApptAppointmentTypes (20150804234748)  (0.3ms) BEGIN  (6.1ms) CREATE TABLE "appt_appointment_types" ("id" serial primary key, "name" character varying NOT NULL, "duration_minutes" integer, "before_minutes" integer, "after_minutes" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150804234748"]]  (0.9ms) COMMIT ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.3ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'appt_appointment_types' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname   (2.4ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'appt_appointments' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname  (3.1ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'appt_blocks' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname   (3.0ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'appt_calendars' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.9ms) ALTER TABLE "schema_migrations" DISABLE TRIGGER ALL;ALTER TABLE "appt_calendars" DISABLE TRIGGER ALL;ALTER TABLE "appt_blocks" DISABLE TRIGGER ALL;ALTER TABLE "appt_appointments" DISABLE TRIGGER ALL;ALTER TABLE "appt_appointment_types" DISABLE TRIGGER ALL  (0.4ms) BEGIN Fixture Delete (0.5ms) DELETE FROM "appt_appointments" Fixture Insert (0.7ms) INSERT INTO "appt_appointments" ("created_at", "updated_at", "id") VALUES ('2015-08-05 02:25:21', '2015-08-05 02:25:21', 980190962) PG::NotNullViolation: ERROR: null value in column "day" violates not-null constraint DETAIL: Failing row contains (980190962, null, null, null, null, null, null, null, null, 2015-08-05 02:25:21, 2015-08-05 02:25:21). : INSERT INTO "appt_appointments" ("created_at", "updated_at", "id") VALUES ('2015-08-05 02:25:21', '2015-08-05 02:25:21', 980190962)  (0.4ms) ROLLBACK  (0.4ms) ALTER TABLE "schema_migrations" ENABLE TRIGGER ALL;ALTER TABLE "appt_calendars" ENABLE TRIGGER ALL;ALTER TABLE "appt_blocks" ENABLE TRIGGER ALL;ALTER TABLE "appt_appointments" ENABLE TRIGGER ALL;ALTER TABLE "appt_appointment_types" ENABLE TRIGGER ALL ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (110.2ms) DROP DATABASE IF EXISTS "dummy_test"  (282.9ms) CREATE DATABASE "dummy_test" ENCODING = 'utf8' SQL (0.5ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"  (7.7ms) CREATE TABLE "appt_appointment_types" ("id" serial primary key, "name" character varying NOT NULL, "duration_minutes" integer, "before_minutes" integer, "after_minutes" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (6.3ms) CREATE TABLE "appt_appointments" ("id" serial primary key, "calendar_id" integer, "day" date NOT NULL, "start" character varying NOT NULL, "end" character varying NOT NULL, "email" character varying, "firstname" character varying, "lastname" character varying, "phone" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (5.1ms) CREATE TABLE "appt_blocks" ("id" serial primary key, "name" character varying, "calendar_id" integer, "day" date NOT NULL, "start" character varying NOT NULL, "end" character varying NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (5.5ms) CREATE TABLE "appt_calendars" ("id" serial primary key, "name" character varying, "availability" text, "timezone_name" character varying, "resolution_minutes" integer, "min_hours" integer, "max_days" integer, "lock_hours" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)   (5.3ms) CREATE TABLE "appt_external_calendars" ("id" serial primary key, "url" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  (3.2ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (2.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.5ms) SELECT version FROM "schema_migrations"  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20150805114046') ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (5.5ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (2.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateApptCalendars (20150804002016)  (0.3ms) BEGIN  (6.3ms) CREATE TABLE "appt_calendars" ("id" serial primary key, "name" character varying, "availability" text, "timezone_name" character varying, "resolution_minutes" integer, "min_hours" integer, "max_days" integer, "lock_hours" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150804002016"]]  (0.9ms) COMMIT Migrating to CreateApptBlocks (20150804003348)  (0.3ms) BEGIN  (4.6ms) CREATE TABLE "appt_blocks" ("id" serial primary key, "name" character varying, "calendar_id" integer, "day" date NOT NULL, "start" character varying NOT NULL, "end" character varying NOT NULL, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150804003348"]]  (1.0ms) COMMIT Migrating to CreateApptAppointments (20150804003846)  (0.4ms) BEGIN  (6.1ms) CREATE TABLE "appt_appointments" ("id" serial primary key, "calendar_id" integer, "day" date NOT NULL, "start" character varying NOT NULL, "end" character varying NOT NULL, "email" character varying, "firstname" character varying, "lastname" character varying, "phone" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150804003846"]]  (1.2ms) COMMIT Migrating to CreateApptAppointmentTypes (20150804234748)  (0.3ms) BEGIN  (19.9ms) CREATE TABLE "appt_appointment_types" ("id" serial primary key, "name" character varying NOT NULL, "duration_minutes" integer, "before_minutes" integer, "after_minutes" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150804234748"]]  (1.0ms) COMMIT Migrating to CreateApptExternalCalendars (20150805114046)  (0.5ms) BEGIN  (5.1ms) CREATE TABLE "appt_external_calendars" ("id" serial primary key, "url" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150805114046"]]  (0.8ms) COMMIT ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.0ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'appt_appointment_types' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname   (2.1ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'appt_appointments' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname  (2.7ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'appt_blocks' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname   (2.8ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'appt_calendars' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname  (3.6ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'appt_external_calendars' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname  ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.5ms) ROLLBACK  (4.7ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)   (2.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateApptCalendars (20150804002016)  (0.3ms) BEGIN  (6.2ms) CREATE TABLE "appt_calendars" ("id" serial primary key, "name" character varying, "availability" text, "timezone_name" character varying, "resolution_minutes" integer, "min_hours" integer, "max_days" integer, "lock_hours" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150804002016"]]  (0.9ms) COMMIT Migrating to CreateApptBlocks (20150804003348)  (0.3ms) BEGIN  (4.8ms) CREATE TABLE "appt_blocks" ("id" serial primary key, "name" character varying, "calendar_id" integer, "day" date NOT NULL, "start" character varying NOT NULL, "end" character varying NOT NULL, "external_calendar_id" integer, "external_id" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150804003348"]]  (1.0ms) COMMIT Migrating to CreateApptAppointments (20150804003846)  (0.4ms) BEGIN  (5.2ms) CREATE TABLE "appt_appointments" ("id" serial primary key, "calendar_id" integer, "day" date NOT NULL, "start" character varying NOT NULL, "end" character varying NOT NULL, "email" character varying, "firstname" character varying, "lastname" character varying, "phone" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150804003846"]]  (0.9ms) COMMIT Migrating to CreateApptAppointmentTypes (20150804234748)  (0.3ms) BEGIN  (16.7ms) CREATE TABLE "appt_appointment_types" ("id" serial primary key, "name" character varying NOT NULL, "duration_minutes" integer, "before_minutes" integer, "after_minutes" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150804234748"]]  (0.9ms) COMMIT Migrating to CreateApptExternalCalendars (20150805114046)  (0.3ms) BEGIN  (5.4ms) CREATE TABLE "appt_external_calendars" ("id" serial primary key, "url" character varying, "name" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20150805114046"]]  (0.8ms) COMMIT ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.3ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'appt_appointment_types' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname   (2.4ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'appt_appointments' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname  (2.9ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'appt_blocks' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname   (2.9ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'appt_calendars' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname  (3.0ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete FROM pg_constraint c JOIN pg_class t1 ON c.conrelid = t1.oid JOIN pg_class t2 ON c.confrelid = t2.oid JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid JOIN pg_namespace t3 ON c.connamespace = t3.oid WHERE c.contype = 'f' AND t1.relname = 'appt_external_calendars' AND t3.nspname = ANY (current_schemas(false)) ORDER BY c.conname  ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN -------------------------------------------------- Appt::IcalendarParserTest: test_handles_recurrence --------------------------------------------------  (0.3ms) ROLLBACK  (0.2ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN -------------------------------------------------- Appt::IcalendarParserTest: test_handles_recurrence --------------------------------------------------  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN -------------------------------------------------- Appt::IcalendarParserTest: test_handles_recurrence --------------------------------------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN -------------------------------------------------- Appt::IcalendarParserTest: test_handles_recurrence --------------------------------------------------  (0.6ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN -------------------------------------------------- Appt::IcalendarParserTest: test_handles_recurrence --------------------------------------------------  (0.5ms) ROLLBACK  (0.3ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN -------------------------------------------------- Appt::IcalendarParserTest: test_handles_recurrence --------------------------------------------------  (0.4ms) ROLLBACK  (0.2ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN -------------------------------------------------- Appt::IcalendarParserTest: test_handles_recurrence --------------------------------------------------  (0.4ms) ROLLBACK  (0.2ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.4ms) ROLLBACK  (0.3ms) BEGIN -------------------------------------------------- Appt::IcalendarParserTest: test_handles_recurrence --------------------------------------------------  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN -------------------------------------------------- Appt::IcalendarParserTest: test_handles_recurrence --------------------------------------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN -------------------------------------------------- Appt::IcalendarParserTest: test_handles_recurrence --------------------------------------------------  (0.4ms) ROLLBACK  (0.3ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.7ms) ROLLBACK  (0.2ms) BEGIN -------------------------------------------------- Appt::IcalendarParserTest: test_handles_recurrence --------------------------------------------------  (0.4ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN -------------------------------------------------- Appt::IcalendarParserTest: test_handles_recurrence --------------------------------------------------  (0.5ms) ROLLBACK  (0.2ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN -------------------------------------------------- Appt::IcalendarParserTest: test_handles_recurrence --------------------------------------------------  (0.4ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN -------------------------------------------------- Appt::IcalendarParserTest: test_handles_recurrence --------------------------------------------------  (0.5ms) ROLLBACK  (0.3ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN -------------------------------------------------- Appt::IcalendarParserTest: test_handles_recurrence --------------------------------------------------  (0.5ms) ROLLBACK  (0.3ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN -------------------------------------------------- Appt::IcalendarParserTest: test_handles_recurrence --------------------------------------------------  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN -------------------------------------------------- Appt::IcalendarParserTest: test_handles_recurrence --------------------------------------------------  (0.3ms) ROLLBACK  (0.2ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN -------------------------------------------------- Appt::IcalendarParserTest: test_handles_recurrence --------------------------------------------------  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN -------------------------------------------------- Appt::IcalendarParserTest: test_handles_recurrence --------------------------------------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN -------------------------------------------------- Appt::IcalendarParserTest: test_handles_recurrence --------------------------------------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.5ms) BEGIN -------------------------------------------------- Appt::IcalendarParserTest: test_handles_recurrence --------------------------------------------------  (0.6ms) ROLLBACK  (0.3ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ----------------------------------------------- Appt::IcalendarParserTest: test_handles_all-day -----------------------------------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN ------------------------------------------------------ Appt::IcalendarParserTest: test_handles_singular_event ------------------------------------------------------  (0.3ms) ROLLBACK  (0.4ms) BEGIN ------------------------------------------------- Appt::IcalendarParserTest: test_handles_multi-day ------------------------------------------------- Not yet handling multi-day events!!!  (0.4ms) ROLLBACK  (0.3ms) BEGIN -------------------------------------------------- Appt::IcalendarParserTest: test_handles_recurrence --------------------------------------------------  (0.5ms) ROLLBACK  (0.3ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN ------------------------------------------------------ Appt::IcalendarParserTest: test_handles_singular_event ------------------------------------------------------  (0.4ms) ROLLBACK  (0.3ms) BEGIN ----------------------------------------------- Appt::IcalendarParserTest: test_handles_all-day -----------------------------------------------  (0.5ms) ROLLBACK  (0.3ms) BEGIN ------------------------------------------------- Appt::IcalendarParserTest: test_handles_multi-day ------------------------------------------------- Not yet handling multi-day events!!!  (0.3ms) ROLLBACK  (0.3ms) BEGIN -------------------------------------------------- Appt::IcalendarParserTest: test_handles_recurrence --------------------------------------------------  (0.6ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN ------------------------------------------------- Appt::IcalendarParserTest: test_handles_multi-day ------------------------------------------------- Not yet handling multi-day events!!!  (0.3ms) ROLLBACK  (0.2ms) BEGIN ------------------------------------------------------ Appt::IcalendarParserTest: test_handles_singular_event ------------------------------------------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN ----------------------------------------------- Appt::IcalendarParserTest: test_handles_all-day -----------------------------------------------  (0.3ms) ROLLBACK  (0.4ms) BEGIN -------------------------------------------------- Appt::IcalendarParserTest: test_handles_recurrence --------------------------------------------------  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN ------------------------------------------------------ Appt::IcalendarParserTest: test_handles_singular_event ------------------------------------------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN -------------------------------------------------- Appt::IcalendarParserTest: test_handles_recurrence --------------------------------------------------  (0.6ms) ROLLBACK  (0.4ms) BEGIN ----------------------------------------------- Appt::IcalendarParserTest: test_handles_all-day -----------------------------------------------  (0.4ms) ROLLBACK  (0.3ms) BEGIN ------------------------------------------------- Appt::IcalendarParserTest: test_handles_multi-day ------------------------------------------------- Not yet handling multi-day events!!!  (0.3ms) ROLLBACK  (0.3ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.4ms) ROLLBACK  (0.3ms) BEGIN -------------------------------------------------- Appt::IcalendarParserTest: test_handles_recurrence --------------------------------------------------  (0.6ms) ROLLBACK  (0.3ms) BEGIN ----------------------------------------------- Appt::IcalendarParserTest: test_handles_all-day -----------------------------------------------  (0.4ms) ROLLBACK  (0.3ms) BEGIN ------------------------------------------------- Appt::IcalendarParserTest: test_handles_multi-day ------------------------------------------------- Not yet handling multi-day events!!!  (0.3ms) ROLLBACK  (0.3ms) BEGIN ------------------------------------------------------ Appt::IcalendarParserTest: test_handles_singular_event ------------------------------------------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN ------------------------------------------------- Appt::IcalendarParserTest: test_handles_multi-day ------------------------------------------------- Not yet handling multi-day events!!!  (0.3ms) ROLLBACK  (0.3ms) BEGIN ------------------------------------------------------ Appt::IcalendarParserTest: test_handles_singular_event ------------------------------------------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN ----------------------------------------------- Appt::IcalendarParserTest: test_handles_all-day ----------------------------------------------- Not yet handling multi-day events!!!  (0.4ms) ROLLBACK  (0.3ms) BEGIN -------------------------------------------------- Appt::IcalendarParserTest: test_handles_recurrence --------------------------------------------------  (0.5ms) ROLLBACK  (0.3ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.3ms) ROLLBACK  (0.2ms) BEGIN -------------------------------------------------- Appt::IcalendarParserTest: test_handles_recurrence --------------------------------------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN ------------------------------------------------------ Appt::IcalendarParserTest: test_handles_singular_event ------------------------------------------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN ----------------------------------------------- Appt::IcalendarParserTest: test_handles_all-day ----------------------------------------------- Not yet handling multi-day events!!!  (0.5ms) ROLLBACK  (0.3ms) BEGIN ------------------------------------------------- Appt::IcalendarParserTest: test_handles_multi-day ------------------------------------------------- Not yet handling multi-day events!!!  (0.4ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.1ms) BEGIN ------------------------------------------------------ Appt::IcalendarParserTest: test_handles_singular_event ------------------------------------------------------  (0.4ms) ROLLBACK  (0.5ms) BEGIN ------------------------------------------------- Appt::IcalendarParserTest: test_handles_multi-day ------------------------------------------------- Not yet handling multi-day events!!!  (0.6ms) ROLLBACK  (0.2ms) BEGIN -------------------------------------------------- Appt::IcalendarParserTest: test_handles_recurrence --------------------------------------------------  (0.3ms) ROLLBACK  (0.2ms) BEGIN ----------------------------------------------- Appt::IcalendarParserTest: test_handles_all-day ----------------------------------------------- Not yet handling multi-day events!!!  (0.3ms) ROLLBACK  (0.3ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN -------------------------------------------------- Appt::IcalendarParserTest: test_handles_recurrence --------------------------------------------------  (0.6ms) ROLLBACK  (0.3ms) BEGIN ------------------------------------------------------ Appt::IcalendarParserTest: test_handles_singular_event ------------------------------------------------------  (0.4ms) ROLLBACK  (0.3ms) BEGIN ----------------------------------------------- Appt::IcalendarParserTest: test_handles_all-day ----------------------------------------------- Not yet handling multi-day events!!!  (0.4ms) ROLLBACK  (0.3ms) BEGIN ------------------------------------------------- Appt::IcalendarParserTest: test_handles_multi-day ------------------------------------------------- Not yet handling multi-day events!!!  (0.4ms) ROLLBACK  (0.3ms) BEGIN -------------------- ApptTest: test_truth --------------------  (4.0ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN ------------------------------------------------- Appt::IcalendarParserTest: test_handles_multi-day -------------------------------------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN -------------------------------------------------- Appt::IcalendarParserTest: test_handles_recurrence --------------------------------------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN ----------------------------------------------- Appt::IcalendarParserTest: test_handles_all-day -----------------------------------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN ------------------------------------------------------ Appt::IcalendarParserTest: test_handles_singular_event ------------------------------------------------------  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.3ms) ROLLBACK  (0.2ms) BEGIN -------------------------------------------------- Appt::IcalendarParserTest: test_handles_recurrence --------------------------------------------------  (0.6ms) ROLLBACK  (0.3ms) BEGIN ------------------------------------------------------ Appt::IcalendarParserTest: test_handles_singular_event ------------------------------------------------------  (0.3ms) ROLLBACK  (0.4ms) BEGIN ----------------------------------------------- Appt::IcalendarParserTest: test_handles_all-day -----------------------------------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN ------------------------------------------------- Appt::IcalendarParserTest: test_handles_multi-day -------------------------------------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------------------- Appt::IcalendarParserTest: test_handles_multi-day -------------------------------------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN -------------------------------------------------- Appt::IcalendarParserTest: test_handles_recurrence --------------------------------------------------  (0.6ms) ROLLBACK  (0.3ms) BEGIN ------------------------------------------------------ Appt::IcalendarParserTest: test_handles_singular_event ------------------------------------------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN ----------------------------------------------- Appt::IcalendarParserTest: test_handles_all-day -----------------------------------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------------------- Appt::IcalendarParserTest: test_handles_multi-day -------------------------------------------------  (0.4ms) ROLLBACK  (0.3ms) BEGIN ----------------------------------------------- Appt::IcalendarParserTest: test_handles_all-day -----------------------------------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN -------------------------------------------------- Appt::IcalendarParserTest: test_handles_recurrence --------------------------------------------------  (0.6ms) ROLLBACK  (0.3ms) BEGIN ------------------------------------------------------ Appt::IcalendarParserTest: test_handles_singular_event ------------------------------------------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN ------------------------------------------------- Appt::IcalendarParserTest: test_handles_multi-day -------------------------------------------------  (0.5ms) ROLLBACK  (0.3ms) BEGIN ------------------------------------------------------ Appt::IcalendarParserTest: test_handles_singular_event ------------------------------------------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN ----------------------------------------------- Appt::IcalendarParserTest: test_handles_all-day -----------------------------------------------  (0.4ms) ROLLBACK  (0.3ms) BEGIN -------------------------------------------------- Appt::IcalendarParserTest: test_handles_recurrence --------------------------------------------------  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ----------------------------------------------- Appt::IcalendarParserTest: test_handles_all-day -----------------------------------------------  (0.4ms) ROLLBACK  (0.4ms) BEGIN ------------------------------------------------- Appt::IcalendarParserTest: test_handles_multi-day -------------------------------------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN -------------------------------------------------- Appt::IcalendarParserTest: test_handles_recurrence --------------------------------------------------  (0.5ms) ROLLBACK  (0.3ms) BEGIN ------------------------------------------------------ Appt::IcalendarParserTest: test_handles_singular_event ------------------------------------------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN ----------------------------------------------- Appt::IcalendarParserTest: test_handles_all-day -----------------------------------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN ------------------------------------------------- Appt::IcalendarParserTest: test_handles_multi-day -------------------------------------------------  (0.8ms) ROLLBACK  (0.3ms) BEGIN -------------------------------------------------- Appt::IcalendarParserTest: test_handles_recurrence --------------------------------------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN ------------------------------------------------------ Appt::IcalendarParserTest: test_handles_singular_event ------------------------------------------------------  (12.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN ------------------------------------------------------ Appt::IcalendarParserTest: test_handles_singular_event ------------------------------------------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN -------------------------------------------------- Appt::IcalendarParserTest: test_handles_recurrence --------------------------------------------------  (0.5ms) ROLLBACK  (0.3ms) BEGIN ----------------------------------------------- Appt::IcalendarParserTest: test_handles_all-day -----------------------------------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN ------------------------------------------------- Appt::IcalendarParserTest: test_handles_multi-day -------------------------------------------------  (0.4ms) ROLLBACK  (0.4ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ---------------------------------------------------- Appt::IcalendarExpanderTest: test_handles_recurrence ----------------------------------------------------  (0.7ms) ROLLBACK  (0.4ms) BEGIN --------------------------------------------------- Appt::IcalendarExpanderTest: test_handles_multi-day ---------------------------------------------------  (0.3ms) ROLLBACK  (0.2ms) BEGIN -------------------------------------------------------- Appt::IcalendarExpanderTest: test_handles_singular_event --------------------------------------------------------  (0.3ms) ROLLBACK  (0.4ms) BEGIN ------------------------------------------------- Appt::IcalendarExpanderTest: test_handles_all-day -------------------------------------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN --------------------------------------------------- Appt::IcalendarExpanderTest: test_handles_multi-day ---------------------------------------------------  (0.5ms) ROLLBACK  (0.3ms) BEGIN ---------------------------------------------------- Appt::IcalendarExpanderTest: test_handles_recurrence ----------------------------------------------------  (0.5ms) ROLLBACK  (0.3ms) BEGIN ------------------------------------------------- Appt::IcalendarExpanderTest: test_handles_all-day -------------------------------------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN -------------------------------------------------------- Appt::IcalendarExpanderTest: test_handles_singular_event --------------------------------------------------------  (0.4ms) ROLLBACK  (0.3ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.8ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.4ms) ROLLBACK  (0.3ms) BEGIN ---------------------------------------------------- Appt::IcalendarExpanderTest: test_handles_recurrence ----------------------------------------------------  (0.4ms) ROLLBACK  (0.3ms) BEGIN ------------------------------------------------- Appt::IcalendarExpanderTest: test_handles_all-day -------------------------------------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN --------------------------------------------------- Appt::IcalendarExpanderTest: test_handles_multi-day ---------------------------------------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN -------------------------------------------------------- Appt::IcalendarExpanderTest: test_handles_singular_event --------------------------------------------------------  (0.3ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) BEGIN ------------------------------------------------- Appt::IcalendarExpanderTest: test_handles_all-day -------------------------------------------------  (0.4ms) ROLLBACK  (0.3ms) BEGIN --------------------------------------------------- Appt::IcalendarExpanderTest: test_handles_multi-day ---------------------------------------------------  (0.3ms) ROLLBACK  (0.4ms) BEGIN ---------------------------------------------------- Appt::IcalendarExpanderTest: test_handles_recurrence ----------------------------------------------------  (0.6ms) ROLLBACK  (0.3ms) BEGIN -------------------------------------------------------- Appt::IcalendarExpanderTest: test_handles_singular_event --------------------------------------------------------  (0.4ms) ROLLBACK  (0.4ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.4ms) ROLLBACK ActiveRecord::SchemaMigration Load (1.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN -------------------------------------------------------- Appt::IcalendarExpanderTest: test_handles_singular_event --------------------------------------------------------  (0.4ms) ROLLBACK  (0.3ms) BEGIN ------------------------------------------------- Appt::IcalendarExpanderTest: test_handles_all-day -------------------------------------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN --------------------------------------------------- Appt::IcalendarExpanderTest: test_handles_multi-day ---------------------------------------------------  (0.3ms) ROLLBACK  (1.0ms) BEGIN ---------------------------------------------------- Appt::IcalendarExpanderTest: test_handles_recurrence ----------------------------------------------------  (0.5ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.5ms) BEGIN -------------------- ApptTest: test_truth --------------------  (0.3ms) ROLLBACK  (0.2ms) BEGIN ------------------------------------------------- Appt::IcalendarExpanderTest: test_handles_all-day -------------------------------------------------  (0.3ms) ROLLBACK  (0.4ms) BEGIN --------------------------------------------------- Appt::IcalendarExpanderTest: test_handles_multi-day ---------------------------------------------------  (0.3ms) ROLLBACK  (0.3ms) BEGIN ---------------------------------------------------- Appt::IcalendarExpanderTest: test_handles_recurrence ----------------------------------------------------  (0.6ms) ROLLBACK  (0.3ms) BEGIN -------------------------------------------------------- Appt::IcalendarExpanderTest: test_handles_singular_event --------------------------------------------------------  (0.4ms) ROLLBACK